Uses of Class
org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Packages that use QNameMap Package Description org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.util -
-
Uses of QNameMap in org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property with parameters of type QNameMap Modifier and Type Method Description voidAttributeProperty. buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers)voidStructureLoaderBuilder. buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers)Every Property class has an implementation of buildChildElementUnmarshallers which will fill in the specifiedQNameMapby elements that are expected by this property.voidValueProperty. buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers) -
Uses of QNameMap in org.glassfish.jaxb.runtime.v2.util
Methods in org.glassfish.jaxb.runtime.v2.util that return QNameMap Modifier and Type Method Description QNameMap<V>QNameMap. putAll(QNameMap<? extends V> map)Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.Methods in org.glassfish.jaxb.runtime.v2.util with parameters of type QNameMap Modifier and Type Method Description QNameMap<V>QNameMap. putAll(QNameMap<? extends V> map)Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
-