Uses of Interface
org.eclipse.persistence.internal.oxm.ObjectBuilder
-
Packages that use ObjectBuilder Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.record -
-
Uses of ObjectBuilder in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type ObjectBuilder Modifier and Type Class Description classXMLMarshaller<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>Classes in org.eclipse.persistence.internal.oxm that implement ObjectBuilder Modifier and Type Class Description classTreeObjectBuilderINTERNAL:classXPathObjectBuilderMethods in org.eclipse.persistence.internal.oxm with parameters of type ObjectBuilder Modifier and Type Method Description booleanXPathNode. startElement(MarshalRecord marshalRecord, XPathFragment anXPathFragment, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver, ObjectBuilder compositeObjectBuilder, Object compositeObject) -
Uses of ObjectBuilder in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record with type parameters of type ObjectBuilder 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 ObjectBuilder Modifier and Type Method Description UnmarshalRecordUnmarshalRecordImpl. getChildUnmarshalRecord(ObjectBuilder treeObjectBuilder)UnmarshalRecordUnmarshalRecordImpl. initialize(ObjectBuilder treeObjectBuilder)Constructors in org.eclipse.persistence.internal.oxm.record with parameters of type ObjectBuilder Constructor Description BinaryDataUnmarshalRecord(ObjectBuilder treeObjectBuilder, UnmarshalRecord parentRecord, XMLBinaryDataMappingNodeValue xmlBinaryDataMappingNodeValue, BinaryDataMapping xmlBinaryDataMapping)UnmarshalRecordImpl(ObjectBuilder objectBuilder) -
Uses of ObjectBuilder in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record with parameters of type ObjectBuilder Modifier and Type Method Description voidJsonRecord. marshalWithoutRootElement(ObjectBuilder treeObjectBuilder, Object object, Descriptor descriptor, Root root, boolean isXMLRoot)INTERNAL:voidJSONWriterRecord. marshalWithoutRootElement(ObjectBuilder treeObjectBuilder, Object object, Descriptor descriptor, Root root, boolean isXMLRoot)INTERNAL:voidMarshalRecord. marshalWithoutRootElement(ObjectBuilder treeObjectBuilder, Object object, Descriptor descriptor, Root root, boolean isXMLRoot)INTERNAL
-