Uses of Interface
org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
-
Packages that use Unmarshaller.Listener Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm -
-
Uses of Unmarshaller.Listener in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type Unmarshaller.Listener Modifier and Type Class Description classUnmarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CONTEXT extends Context,DESCRIPTOR extends Descriptor,ID_RESOLVER extends IDResolver,MEDIA_TYPE extends MediaType,ROOT extends Root,UNMARSHALLER_HANDLER extends UnmarshallerHandler,UNMARSHALLER_LISTENER extends Unmarshaller.Listener>classXMLUnmarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CONTEXT extends Context,DESCRIPTOR extends Descriptor,ID_RESOLVER extends IDResolver,MEDIA_TYPE extends MediaType,ROOT extends Root,UNMARSHALLER_HANDLER extends UnmarshallerHandler,UNMARSHALLER_LISTENER extends Unmarshaller.Listener>Class used to unmarshal XML & JSON to objects. -
Uses of Unmarshaller.Listener in org.eclipse.persistence.oxm
Subinterfaces of Unmarshaller.Listener in org.eclipse.persistence.oxm Modifier and Type Interface Description interfaceXMLUnmarshalListenerAn implementation of XMLUnmarshalListener can be set on an XMLUnmarshaller to provide additional behaviour during unmarshal operations.
-