Uses of Interface
org.eclipse.persistence.internal.oxm.record.UnmarshalContext
-
Packages that use UnmarshalContext Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.record -
-
Uses of UnmarshalContext in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement UnmarshalContext Modifier and Type Class Description classChoiceUnmarshalContextAllow the unmarshal context to be wrapped.Constructors in org.eclipse.persistence.internal.oxm with parameters of type UnmarshalContext Constructor Description ChoiceUnmarshalContext(UnmarshalContext unmarshalContext, XMLConverterMapping converter) -
Uses of UnmarshalContext in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record that implement UnmarshalContext Modifier and Type Class Description classObjectUnmarshalContextAn implementation of UnmarshalContext for handling plain old java objects that are mapped to XML.classSequencedUnmarshalContextMethods in org.eclipse.persistence.internal.oxm.record that return UnmarshalContext Modifier and Type Method Description UnmarshalContextUnmarshalRecord. getUnmarshalContext()UnmarshalContextUnmarshalRecordImpl. getUnmarshalContext()Methods in org.eclipse.persistence.internal.oxm.record with parameters of type UnmarshalContext Modifier and Type Method Description voidUnmarshalRecord. setUnmarshalContext(UnmarshalContext unmarshalContext)voidUnmarshalRecordImpl. setUnmarshalContext(UnmarshalContext unmarshalContext) -
Uses of UnmarshalContext in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return UnmarshalContext Modifier and Type Method Description UnmarshalContextUnmarshalRecord. getUnmarshalContext()Methods in org.eclipse.persistence.oxm.record with parameters of type UnmarshalContext Modifier and Type Method Description voidUnmarshalRecord. setUnmarshalContext(UnmarshalContext unmarshalContext)
-