Uses of Class
org.eclipse.persistence.oxm.XMLUnmarshaller
-
-
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.oxm.record
Constructors in org.eclipse.persistence.internal.oxm.record with parameters of type XMLUnmarshaller Constructor Description DOMUnmarshaller(XMLUnmarshaller xmlUnmarshaller, Map<String,Boolean> parserFeatures) -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLUnmarshaller Modifier and Type Method Description XMLUnmarshallerXMLUnmarshaller. clone()XMLUnmarshallerXMLContext. createUnmarshaller()Create a new XMLUnmarshallerXMLUnmarshallerXMLContext. createUnmarshaller(Map<String,Boolean> parserFeatures)Create a new XMLUnmarshallerMethods in org.eclipse.persistence.oxm with parameters of type XMLUnmarshaller Modifier and Type Method Description XMLBinderXMLContext. createBinder(XMLMarshaller marshaller, XMLUnmarshaller unmarshaller)Create a new XMLBinder with supplied marshaller and unmarshaller instances.ObjectXMLDescriptor. wrapObjectInXMLRoot(Object object, String elementNamespaceUri, String elementLocalName, String elementPrefix, boolean forceWrap, boolean isNamespaceAware, XMLUnmarshaller xmlUnmarshaller)INTERNAL: Determines the appropriate object to return from the unmarshal call.ObjectXMLDescriptor. wrapObjectInXMLRoot(Object object, String elementNamespaceUri, String elementLocalName, String elementPrefix, String encoding, String version, boolean forceWrap, boolean isNamespaceAware, XMLUnmarshaller unmarshaller)INTERNAL:Constructors in org.eclipse.persistence.oxm with parameters of type XMLUnmarshaller Constructor Description XMLBinder(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller)XMLUnmarshaller(XMLUnmarshaller xmlUnmarshaller) -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLUnmarshaller Modifier and Type Method Description ObjectXMLAnyCollectionMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLAnyObjectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLChoiceCollectionMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLChoiceObjectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLCompositeCollectionMapping. convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLCompositeDirectCollectionMapping. convertDataValueToObjectValue(Object value, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLCompositeObjectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNALObjectXMLDirectMapping. convertDataValueToObjectValue(Object fieldValue, Session session, XMLUnmarshaller unmarshaller)INTERNAL -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.mappings.converters
Methods in org.eclipse.persistence.oxm.mappings.converters with parameters of type XMLUnmarshaller Modifier and Type Method Description ObjectXMLConverter. convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller)ObjectXMLRootConverter. convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller) -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.platform
Methods in org.eclipse.persistence.oxm.platform with parameters of type XMLUnmarshaller Modifier and Type Method Description PlatformUnmarshallerDOMPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)INTERNAL:PlatformUnmarshallerDOMPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller, Map<String,Boolean> parserFeatures)INTERNAL: -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.record
Fields in org.eclipse.persistence.oxm.record declared as XMLUnmarshaller Modifier and Type Field Description protected XMLUnmarshallerXMLRecord. unmarshallerMethods in org.eclipse.persistence.oxm.record that return XMLUnmarshaller Modifier and Type Method Description XMLUnmarshallerUnmarshalRecord. getUnmarshaller()XMLUnmarshallerXMLRecord. getUnmarshaller()INTERNAL:Methods in org.eclipse.persistence.oxm.record with parameters of type XMLUnmarshaller Modifier and Type Method Description voidUnmarshalRecord. setUnmarshaller(XMLUnmarshaller unmarshaller)voidXMLRecord. setUnmarshaller(XMLUnmarshaller unmarshaller)INTERNAL:
-