Uses of Class
org.eclipse.persistence.oxm.XMLUnmarshaller
Package
Description
-
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.jaxb
Modifier and TypeMethodDescriptionDefaultElementConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) DomHandlerConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) JAXBElementConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) JAXBElementRootConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) XMLJavaTypeConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) Wraps the XmlAdapter unmarshal method. -
Uses of XMLUnmarshaller in org.eclipse.persistence.internal.oxm.record
ModifierConstructorDescriptionDOMUnmarshaller
(XMLUnmarshaller xmlUnmarshaller, Map<String, Boolean> parserFeatures) -
Uses of XMLUnmarshaller in org.eclipse.persistence.jaxb
ModifierConstructorDescriptionJAXBBinder
(JAXBContext xmlContext, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) JAXBUnmarshaller
(XMLUnmarshaller newXMLUnmarshaller, JAXBContext jaxbContext) -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm
Modifier and TypeMethodDescriptionXMLUnmarshaller.clone()
XMLContext.createUnmarshaller()
Create a new XMLUnmarshallerXMLContext.createUnmarshaller
(Map<String, Boolean> parserFeatures) Create a new XMLUnmarshallerModifier and TypeMethodDescriptionXMLContext.createBinder
(XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) Create a new XMLBinder with supplied marshaller and unmarshaller instances.XMLDescriptor.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.XMLDescriptor.wrapObjectInXMLRoot
(Object object, String elementNamespaceUri, String elementLocalName, String elementPrefix, String encoding, String version, boolean forceWrap, boolean isNamespaceAware, XMLUnmarshaller unmarshaller) INTERNAL:ModifierConstructorDescriptionXMLBinder
(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) protected
XMLUnmarshaller
(XMLUnmarshaller xmlUnmarshaller) -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.mappings
Modifier and TypeMethodDescriptionXMLAnyCollectionMapping.convertDataValueToObjectValue
(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLAnyObjectMapping.convertDataValueToObjectValue
(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLChoiceCollectionMapping.convertDataValueToObjectValue
(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLChoiceObjectMapping.convertDataValueToObjectValue
(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLCompositeCollectionMapping.convertDataValueToObjectValue
(Object value, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLCompositeDirectCollectionMapping.convertDataValueToObjectValue
(Object value, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLCompositeObjectMapping.convertDataValueToObjectValue
(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNALXMLDirectMapping.convertDataValueToObjectValue
(Object fieldValue, Session session, XMLUnmarshaller unmarshaller) INTERNAL -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.mappings.converters
Modifier and TypeMethodDescriptionXMLConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) XMLRootConverter.convertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.platform
Modifier and TypeMethodDescriptionDOMPlatform.newPlatformUnmarshaller
(XMLUnmarshaller xmlUnmarshaller) INTERNAL:DOMPlatform.newPlatformUnmarshaller
(XMLUnmarshaller xmlUnmarshaller, Map<String, Boolean> parserFeatures) INTERNAL: -
Uses of XMLUnmarshaller in org.eclipse.persistence.oxm.record
Modifier and TypeMethodDescriptionUnmarshalRecord.getUnmarshaller()
XMLRecord.getUnmarshaller()
INTERNAL:Modifier and TypeMethodDescriptionvoid
UnmarshalRecord.setUnmarshaller
(XMLUnmarshaller unmarshaller) void
XMLRecord.setUnmarshaller
(XMLUnmarshaller unmarshaller) INTERNAL: -
Uses of XMLUnmarshaller in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionvoid
SDOXMLHelper.setXmlUnmarshaller
(XMLUnmarshaller xmlUnmarshaller) INTERNAL: -
Uses of XMLUnmarshaller in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeMethodDescriptionSDOXMLHelperDelegate.getXmlUnmarshaller()
SDOXMLHelperDelegator.getXmlUnmarshaller()
Modifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.setXmlUnmarshaller
(XMLUnmarshaller xmlUnmarshaller) void
SDOXMLHelperDelegator.setXmlUnmarshaller
(XMLUnmarshaller xmlUnmarshaller) -
Uses of XMLUnmarshaller in org.eclipse.persistence.sdo.helper.metadata
Modifier and TypeMethodDescriptionTypeStringConverter.convertDataValueToObjectValue
(Object value, Session session, XMLUnmarshaller unmarshaller)