Uses of Class
com.sun.xml.bind.v2.runtime.AssociationMap
-
Packages that use AssociationMap Package Description 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 (XmlOutputand 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 Constructor Description 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 Constructor Description DOMOutput(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 Constructor Description UnmarshallerImpl(JAXBContextImpl context, AssociationMap assoc)UnmarshallingContext(UnmarshallerImpl _parent, AssociationMap assoc)Creates a new unmarshaller.
-