Uses of Class
com.sun.xml.bind.v2.runtime.AssociationMap

Packages that use AssociationMap
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput and its implementations}. 
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Uses of AssociationMap in com.sun.xml.bind.v2.runtime
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type AssociationMap
MarshallerImpl(JAXBContextImpl c, AssociationMap assoc)
           
 

Uses of AssociationMap in com.sun.xml.bind.v2.runtime.output
 

Constructors in com.sun.xml.bind.v2.runtime.output with parameters of type AssociationMap
DOMOutput(Node node, AssociationMap assoc)
           
InPlaceDOMOutput(Node node, AssociationMap assoc)
           
 

Uses of AssociationMap in com.sun.xml.bind.v2.runtime.unmarshaller
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type AssociationMap
UnmarshallerImpl(JAXBContextImpl context, AssociationMap assoc)
           
UnmarshallingContext(UnmarshallerImpl _parent, AssociationMap assoc)
          Creates a new unmarshaller.