Uses of Class
org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Packages that use XMLUnmarshaller
Package
Description
-
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return XMLUnmarshallerConstructors in org.eclipse.persistence.internal.oxm with parameters of type XMLUnmarshaller -
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record with type parameters of type XMLUnmarshallerModifier and TypeInterfaceDescriptioninterfaceXMLPlatform<XML_UNMARSHALLER extends XMLUnmarshaller> -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm
Subclasses of XMLUnmarshaller in org.eclipse.persistence.oxmModifier and TypeClassDescriptionclassClass 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 XMLUnmarshallerMethods in org.eclipse.persistence.oxm.platform with parameters of type XMLUnmarshallerModifier and TypeMethodDescriptionSAXPlatform.newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller) INTERNAL:SAXPlatform.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 XMLUnmarshallerModifierConstructorDescriptionXMLRootRecord(Class<?> cls, XMLUnmarshaller unmarshaller) Default constructor.