Uses of Interface
org.eclipse.persistence.internal.oxm.UnmarshallerHandler
-
Packages that use UnmarshallerHandler Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm -
-
Uses of UnmarshallerHandler in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type UnmarshallerHandler 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.Fields in org.eclipse.persistence.internal.oxm declared as UnmarshallerHandler Modifier and Type Field Description protected UNMARSHALLER_HANDLERXMLUnmarshaller. xmlUnmarshallerHandler -
Uses of UnmarshallerHandler in org.eclipse.persistence.oxm
Classes in org.eclipse.persistence.oxm that implement UnmarshallerHandler Modifier and Type Class Description classXMLUnmarshallerHandlerClass used to unmarshal SAX events to objects.
-