Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
-
Packages that use AssociationMap Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of AssociationMap in org.glassfish.jaxb.runtime.v2.runtime
Constructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type AssociationMap Constructor Description MarshallerImpl(JAXBContextImpl c, AssociationMap assoc) -
Uses of AssociationMap in org.glassfish.jaxb.runtime.v2.runtime.output
Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type AssociationMap Constructor Description DOMOutput(Node node, AssociationMap assoc) -
Uses of AssociationMap in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type AssociationMap Constructor Description UnmarshallerImpl(JAXBContextImpl context, AssociationMap assoc)UnmarshallingContext(UnmarshallerImpl _parent, AssociationMap assoc)Creates a new unmarshaller.
-