Uses of Class
org.eclipse.persistence.internal.oxm.Root
Packages that use Root
Package
Description
-
Uses of Root in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type RootModifier and TypeClassDescriptionclassUnmarshaller<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 RootModifier and TypeMethodDescriptionprotected DESCRIPTORXMLMarshaller.getDescriptor(Root object) protected DESCRIPTORXMLMarshaller.getDescriptor(Root object, ABSTRACT_SESSION session) protected booleanXMLMarshaller.isSimpleXMLRoot(Root xmlRoot) -
Uses of Root in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return RootModifier and TypeMethodDescriptionUnmarshalRecord.createRoot()UnmarshalRecordImpl.createRoot()INTERNAL: -
Uses of Root in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb with parameters of type RootModifier and TypeMethodDescriptionprotected JAXBElementJAXBContext.createJAXBElementFromXMLRoot(Root xmlRoot, Class<?> declaredType) -
Uses of Root in org.eclipse.persistence.oxm
Subclasses of Root in org.eclipse.persistence.oxmModifier and TypeClassDescriptionclassXMLRoot is used to hold an Object along with the corresponding QName and some other related information. -
Uses of Root in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return RootMethods in org.eclipse.persistence.oxm.record with parameters of type RootModifier and TypeMethodDescriptionvoidJsonRecord.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 -
Uses of Root in org.eclipse.persistence.sdo
Subclasses of Root in org.eclipse.persistence.sdoModifier and TypeClassDescriptionclassPurpose: Represents an XML Document containing a tree of DataObjects.