Uses of Class
org.eclipse.persistence.internal.oxm.IDResolver
-
Packages that use IDResolver Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm -
-
Uses of IDResolver in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type IDResolver Modifier and Type Class Description 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>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.Methods in org.eclipse.persistence.internal.oxm with parameters of type IDResolver Modifier and Type Method Description voidReferenceResolver. resolveReferences(CoreAbstractSession session, IDResolver userSpecifiedResolver, ErrorHandler handler)INTERNAL: Iterates through all references. -
Uses of IDResolver in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record with type parameters of type IDResolver Modifier and Type Interface Description interfaceUnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,ID_RESOLVER extends IDResolver,OBJECT_BUILDER extends ObjectBuilder,TRANSFORMATION_RECORD extends TransformationRecord,UNMARSHALLER extends Unmarshaller>This class represents unmarshal record behaviour that is specific to the SAX platform.Methods in org.eclipse.persistence.internal.oxm.record with parameters of type IDResolver Modifier and Type Method Description voidUnmarshalRecordImpl. resolveReferences(CoreAbstractSession abstractSession, IDResolver idResolver)INTERNAL: If the UnmarshalRecord has a ReferenceResolver, tell it to resolve its references. -
Uses of IDResolver in org.eclipse.persistence.oxm
Subclasses of IDResolver in org.eclipse.persistence.oxm Modifier and Type Class Description classIDResolverIDResolver can be subclassed to allow customization of the ID/IDREF processing of XMLUnmarshaller.
-