Uses of Class
org.eclipse.persistence.internal.oxm.Context
Package
Description
-
Uses of Context in org.eclipse.persistence.internal.oxm
Modifier 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.Modifier and TypeFieldDescriptionprotected Context
Context.ContextState.context
protected CONTEXT
Marshaller.context
protected CONTEXT
Unmarshaller.context
ModifierConstructorDescriptionprotected
ContextState
(Context context, PROJECT project, ClassLoader classLoader, Collection<SESSION_EVENT_LISTENER> sessionEventListeners) -
Uses of Context in org.eclipse.persistence.internal.oxm.record
-
Uses of Context in org.eclipse.persistence.oxm
Modifier 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
Modifier and TypeMethodDescriptionvoid
DocumentPreservationPolicy.initialize
(Context context) INTERNAL