Uses of Class
org.eclipse.persistence.internal.oxm.Root
-
Packages that use Root Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm org.eclipse.persistence.oxm.record -
-
Uses of Root in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type Root 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 Root Modifier and Type Method Description protected 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 Root Modifier and Type Method Description RootUnmarshalRecord. createRoot()RootUnmarshalRecordImpl. createRoot()INTERNAL: -
Uses of Root in org.eclipse.persistence.oxm
Subclasses of Root in org.eclipse.persistence.oxm Modifier and Type Class Description classXMLRootXMLRoot 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 Root Modifier and Type Method Description RootUnmarshalRecord. createRoot()Methods in org.eclipse.persistence.oxm.record with parameters of type Root 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
-