Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.property.UnmarshallerChain
-
Packages that use UnmarshallerChain Package Description org.glassfish.jaxb.runtime.v2.runtime.property -
-
Uses of UnmarshallerChain in org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property with parameters of type UnmarshallerChain 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)
-