Uses of Class
org.eclipse.persistence.internal.oxm.XMLUnmarshaller
-
-
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return XMLUnmarshaller Modifier and Type Method Description XMLUnmarshallerXMLUnmarshaller. clone()Constructors in org.eclipse.persistence.internal.oxm with parameters of type XMLUnmarshaller Constructor Description XMLUnmarshaller(XMLUnmarshaller xmlUnmarshaller) -
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record with type parameters of type XMLUnmarshaller Modifier and Type Interface Description interfaceXMLPlatform<XML_UNMARSHALLER extends XMLUnmarshaller> -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm
Subclasses of XMLUnmarshaller in org.eclipse.persistence.oxm Modifier and Type Class Description classXMLUnmarshallerClass used to unmarshal XML & JSON to objects. -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.platform
Classes in org.eclipse.persistence.oxm.platform with type parameters of type XMLUnmarshaller Modifier and Type Class Description classXMLPlatform<XML_UNMARSHALLER extends XMLUnmarshaller>Methods in org.eclipse.persistence.oxm.platform with parameters of type XMLUnmarshaller Modifier and Type Method Description PlatformUnmarshallerSAXPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)INTERNAL:PlatformUnmarshallerSAXPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller, Map<String,Boolean> parserFeatures)INTERNAL: -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.record
Constructors in org.eclipse.persistence.oxm.record with parameters of type XMLUnmarshaller Constructor Description XMLRootRecord(Class<?> cls, XMLUnmarshaller unmarshaller)Default constructor.
-