Class PermissionDetailListAdapter


  • public class PermissionDetailListAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<PermissionDetailList,​Map<String,​String>>
    An XML adapter that converts between PermissionDetailList objects and Map objects. Unmarshalled keys and values will automatically be trimmed if non-null.

    This adapter will throw an exception during unmarshalling if blank or duplicate keys are encountered.

    Author:
    Kuali Rice Team (rice.collab@kuali.org)