Uses of Interface
org.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord
-
-
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement AbstractUnmarshalRecord Modifier and Type Class Description classEISDOMRecordAnEISDOMRecordis a wrapper for a DOM tree. -
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement AbstractUnmarshalRecord Modifier and Type Class Description classXMLBinaryAttachmentHandlerINTERNAL:classXMLInlineBinaryHandlerMethods in org.eclipse.persistence.internal.oxm with parameters of type AbstractUnmarshalRecord Modifier and Type Method Description QNameConversionManager. buildQNameFromString(String stringValue, AbstractUnmarshalRecord record)QNameXMLConversionManager. buildQNameFromString(String stringValue, AbstractUnmarshalRecord record) -
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.internal.oxm.mappings
Methods in org.eclipse.persistence.internal.oxm.mappings with parameters of type AbstractUnmarshalRecord Modifier and Type Method Description ObjectField. convertValueBasedOnSchemaType(Object value, CONVERSION_MANAGER xmlConversionManager, AbstractUnmarshalRecord record)INTERNAL: Called from DOMRecord and XMLReader.ObjectDirectMapping. getAttributeValue(Object object, ABSTRACT_SESSION session, AbstractUnmarshalRecord record) -
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.internal.oxm.record
Subinterfaces of AbstractUnmarshalRecord in org.eclipse.persistence.internal.oxm.record 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.Classes in org.eclipse.persistence.internal.oxm.record that implement AbstractUnmarshalRecord Modifier and Type Class Description classBinaryDataUnmarshalRecordclassUnmappedContentHandlerWrapperINTERNAL: This class delegates all events corresponding to the UnmappedContentHandler.classUnmarshalRecordImpl<TRANSFORMATION_RECORD extends TransformationRecord>Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.classXMLTransformationRecordMethods in org.eclipse.persistence.internal.oxm.record with parameters of type AbstractUnmarshalRecord Modifier and Type Method Description ObjectXMLReader. convertValueBasedOnSchemaType(Field xmlField, Object value, ConversionManager conversionManager, AbstractUnmarshalRecord record)INTERNAL: -
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm with parameters of type AbstractUnmarshalRecord Modifier and Type Method Description ObjectXMLField. convertValueBasedOnSchemaType(Object value, XMLConversionManager xmlConversionManager, AbstractUnmarshalRecord record)INTERNAL: Called from DOMRecord and XMLReader.ObjectXMLUnionField. convertValueBasedOnSchemaType(Object value, XMLConversionManager xmlConversionManager, AbstractUnmarshalRecord record)INTERNAL: -
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type AbstractUnmarshalRecord Modifier and Type Method Description ObjectXMLDirectMapping. getAttributeValue(Object fieldValue, AbstractSession session, AbstractUnmarshalRecord record)INTERNAL: Allows for subclasses to convert the attribute value. -
Uses of AbstractUnmarshalRecord in org.eclipse.persistence.oxm.record
Classes in org.eclipse.persistence.oxm.record that implement AbstractUnmarshalRecord Modifier and Type Class Description classDOMRecordPUBLIC: Provides a Record/Map API on an XML DOM element.classUnmarshalRecordclassXMLRecordPUBLIC: Provides a Record/Map API on an XML DOM element.classXMLRootRecordRecord for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object.
-