Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Packages that use UnmarshallerImpl Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of UnmarshallerImpl in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as UnmarshallerImpl Modifier and Type Field Description UnmarshallerImplBridgeContextImpl. unmarshallerMethods in org.glassfish.jaxb.runtime.v2.runtime that return UnmarshallerImpl Modifier and Type Method Description UnmarshallerImplJAXBContextImpl. createUnmarshaller()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type UnmarshallerImpl Modifier and Type Method Description voidJaxBeanInfo. invokeAfterUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent)Invokes the afterUnmarshal method if applicable.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 UnmarshallerImpl Modifier and Type Field Description UnmarshallerImplUnmarshallingContext. parentConstructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type UnmarshallerImpl Constructor Description UnmarshallingContext(UnmarshallerImpl _parent, AssociationMap assoc)Creates a new unmarshaller.
-