Uses of Class
org.eclipse.persistence.internal.oxm.Context
Packages that use Context
Package
Description
-
Uses of Context in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type ContextModifier and TypeClassDescriptionclass
Marshaller<CHARACTER_ESCAPE_HANDLER extends CharacterEscapeHandler,
CONTEXT extends Context, MARSHALLER_LISTENER extends Marshaller.Listener, MEDIA_TYPE extends MediaType, NAMESPACE_PREFIX_MAPPER extends NamespacePrefixMapper> class
Unmarshaller<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
XMLMarshaller<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> class
XMLUnmarshaller<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 ContextModifier and TypeFieldDescriptionprotected Context
Context.ContextState.context
protected CONTEXT
Marshaller.context
protected CONTEXT
Unmarshaller.context
Constructors in org.eclipse.persistence.internal.oxm with parameters of type ContextModifierConstructorDescriptionprotected
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 -
Uses of Context in org.eclipse.persistence.oxm
Subclasses of Context in org.eclipse.persistence.oxmModifier and TypeClassDescriptionclass
An 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 ContextModifier and TypeMethodDescriptionvoid
DocumentPreservationPolicy.initialize
(Context context) INTERNAL