Skip navigation links


oracle.iam.certification.vo.util.jaxb
Class MapAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter
      extended by oracle.iam.certification.vo.util.jaxb.MapAdapter


public final class MapAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter

JAXB adapter class to marshal/unmarshal Maps. Needed by IDCSummary Map<Long,Long> fields.


Constructor Summary
MapAdapter()
           

 

Method Summary
 MapType marshal(java.util.Map arg0)
           
 java.util.Map unmarshal(MapType arg0)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MapAdapter

public MapAdapter()

Method Detail

marshal

public MapType marshal(java.util.Map arg0)
                throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter
Throws:
java.lang.Exception

unmarshal

public java.util.Map unmarshal(MapType arg0)
                        throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter
Throws:
java.lang.Exception

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.