Uses of Interface
org.eclipse.persistence.internal.oxm.record.UnmarshalContext
Packages that use UnmarshalContext
Package
Description
-
Uses of UnmarshalContext in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement UnmarshalContextModifier and TypeClassDescriptionclass
Allow the unmarshal context to be wrapped.Constructors in org.eclipse.persistence.internal.oxm with parameters of type UnmarshalContextModifierConstructorDescriptionChoiceUnmarshalContext
(UnmarshalContext unmarshalContext, XMLConverterMapping converter) -
Uses of UnmarshalContext in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record that implement UnmarshalContextModifier and TypeClassDescriptionclass
An implementation of UnmarshalContext for handling plain old java objects that are mapped to XML.class
Methods in org.eclipse.persistence.internal.oxm.record that return UnmarshalContextModifier and TypeMethodDescriptionUnmarshalRecord.getUnmarshalContext()
UnmarshalRecordImpl.getUnmarshalContext()
Methods in org.eclipse.persistence.internal.oxm.record with parameters of type UnmarshalContextModifier and TypeMethodDescriptionvoid
UnmarshalRecord.setUnmarshalContext
(UnmarshalContext unmarshalContext) void
UnmarshalRecordImpl.setUnmarshalContext
(UnmarshalContext unmarshalContext) -
Uses of UnmarshalContext in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return UnmarshalContextMethods in org.eclipse.persistence.oxm.record with parameters of type UnmarshalContextModifier and TypeMethodDescriptionvoid
UnmarshalRecord.setUnmarshalContext
(UnmarshalContext unmarshalContext)