Uses of Class
org.eclipse.persistence.internal.oxm.Context
-
Packages that use Context Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm org.eclipse.persistence.oxm.documentpreservation -
-
Uses of Context in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type Context Modifier and Type Class Description classMarshaller<CHARACTER_ESCAPE_HANDLER extends CharacterEscapeHandler,CONTEXT extends Context,MARSHALLER_LISTENER extends Marshaller.Listener,MEDIA_TYPE extends MediaType,NAMESPACE_PREFIX_MAPPER extends NamespacePrefixMapper>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>classXMLMarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CHARACTER_ESCAPE_HANDLER extends CharacterEscapeHandler,CONTEXT extends Context<ABSTRACT_SESSION,DESCRIPTOR,?,?,?,SESSION,?>,DESCRIPTOR extends Descriptor<?,?,?,?,?,?,?,?,?,?>,MARSHALLER_LISTENER extends Marshaller.Listener,MEDIA_TYPE extends MediaType,NAMESPACE_PREFIX_MAPPER extends NamespacePrefixMapper,OBJECT_BUILDER extends ObjectBuilder<?,ABSTRACT_SESSION,?,XMLMarshaller>,SESSION extends CoreSession>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 Context Modifier and Type Field Description protected ContextContext.ContextState. contextprotected CONTEXTMarshaller. contextprotected CONTEXTUnmarshaller. contextConstructors in org.eclipse.persistence.internal.oxm with parameters of type Context Constructor Description ContextState(Context context, PROJECT project, ClassLoader classLoader, Collection<SESSION_EVENT_LISTENER> sessionEventListeners) -
Uses of Context in org.eclipse.persistence.internal.oxm.record
Constructors in org.eclipse.persistence.internal.oxm.record with parameters of type Context Constructor Description SAXUnmarshallerHandler(Context xmlContext) -
Uses of Context in org.eclipse.persistence.oxm
Subclasses of Context in org.eclipse.persistence.oxm Modifier and Type Class Description classXMLContextAn XMLContext is created based on EclipseLink sessions or projects and can then used to create instances of XMLMarshaller, XMLUnmarshaller and XMLValidator. -
Uses of Context in org.eclipse.persistence.oxm.documentpreservation
Methods in org.eclipse.persistence.oxm.documentpreservation with parameters of type Context Modifier and Type Method Description voidDocumentPreservationPolicy. initialize(Context context)INTERNAL
-