Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
Packages that use UnmarshallerImpl
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of UnmarshallerImpl in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return UnmarshallerImplMethods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type UnmarshallerImplModifier and TypeMethodDescriptionfinal voidJaxBeanInfo.invokeAfterUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent) Invokes the afterUnmarshal method if applicable.final voidJaxBeanInfo.invokeBeforeUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent) Invokes the beforeUnmarshal method if applicable. -
Uses of UnmarshallerImpl in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Fields in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller declared as UnmarshallerImplConstructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type UnmarshallerImplModifierConstructorDescriptionUnmarshallingContext(UnmarshallerImpl _parent, AssociationMap assoc) Creates a new unmarshaller.