Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Packages that use Loader Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of Loader in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return Loader Modifier and Type Method Description LoaderClassBeanInfoImpl. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)LoaderCompositeStructureBeanInfo. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)LoaderElementBeanInfoImpl. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)abstract LoaderJaxBeanInfo. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)Gets theLoaderthat will unmarshall the given object.LoaderJAXBContextImpl. selectRootLoader(UnmarshallingContext.State state, TagName tag)Based on the tag name, determine what object to unmarshal, and then set a new object and its loader to the current unmarshaller state. -
Uses of Loader in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Subclasses of Loader in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller Modifier and Type Class Description classDefaultValueLoaderDecoratorDecorates anotherLoaderby setting a default value.classDiscarderLoaderimplementation that discards the whole sub-tree.classDomLoader<ResultT extends Result>Loads a DOM.classLeafPropertyLoaderUnmarshals a text into a property of the parent element.classLeafPropertyXsiLoaderclassProxyLoaderLoaderthat delegates the processing to anotherLoaderatProxyLoader.startElement(UnmarshallingContext.State, TagName).classStructureLoaderLoads children of an element.classTextLoaderUnmarshals a text into an object.classValuePropertyLoaderReads a text value and set to the current target.classWildcardLoaderFeed incoming events toDomHandlerand builds a DOM tree.classXsiNilLoaderLooks for xsi:nil='true' and sets the target to null.static classXsiNilLoader.Arraystatic classXsiNilLoader.SingleclassXsiTypeLoaderLooks at @xsi:type and forwards to the rightLoader.Fields in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller declared as Loader Modifier and Type Field Description static LoaderDiscarder. INSTANCELoaderChildLoader. loaderMethods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return Loader Modifier and Type Method Description LoaderUnmarshallingContext.State. getLoader()protected LoaderLeafPropertyXsiLoader. selectLoader(UnmarshallingContext.State state, TagName ea)protected abstract LoaderProxyLoader. selectLoader(UnmarshallingContext.State state, TagName ea)Picks the loader to delegate to.protected LoaderWildcardLoader. selectLoader(UnmarshallingContext.State state, TagName tag)protected LoaderXsiNilLoader. selectLoader(UnmarshallingContext.State state, TagName ea)LoaderUnmarshallingContext. selectRootLoader(UnmarshallingContext.State state, TagName tag)On top ofJAXBContextImpl.selectRootLoader(State, TagName), this method also consultsClassResolver.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Loader Modifier and Type Method Description voidUnmarshallingContext.State. setLoader(Loader loader)Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Loader Constructor Description Array(Loader core)ChildLoader(Loader loader, Receiver receiver)DefaultValueLoaderDecorator(Loader l, String defaultValue)LeafPropertyXsiLoader(Loader defaultLoader, TransducedAccessor xacc, Accessor acc)Single(Loader l, Accessor acc)XsiNilLoader(Loader defaultLoader)
-