Uses of Interface
org.eclipse.persistence.oxm.mappings.converters.XMLConverter
-
Packages that use XMLConverter Package Description org.eclipse.persistence.oxm.mappings org.eclipse.persistence.oxm.mappings.converters -
-
Uses of XMLConverter in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return XMLConverter Modifier and Type Method Description XMLConverterXMLAnyCollectionMapping. getConverter()XMLConverterXMLAnyObjectMapping. getConverter()Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLConverter Modifier and Type Method Description protected ObjectXMLAbstractAnyMapping. buildObjectAndWrapInXMLRoot(ClassDescriptor referenceDescriptor, XMLConverter converter, ObjectBuildingQuery query, DOMRecord record, DOMRecord nestedRecord, JoinedAttributeManager joinManager, AbstractSession session, Node next, Object container, ContainerPolicy containerPolicy)Uses a given reference descriptor to build an object based on a given DOMRecord.protected ObjectXMLAbstractAnyMapping. buildObjectForNonXMLRoot(ClassDescriptor referenceDescriptor, XMLConverter converter, ObjectBuildingQuery query, DOMRecord record, DOMRecord nestedRecord, JoinedAttributeManager joinManager, AbstractSession session, Node next, Object container, ContainerPolicy containerPolicy)protected ObjectXMLAbstractAnyMapping. buildObjectNoReferenceDescriptor(DOMRecord record, XMLConverter converter, AbstractSession session, Node next, Object container, ContainerPolicy cp)Convenience method that takes a given Node and applies namespace information, converts it if necessary, and adds the resulting object to the given ContainerPolicy if non-null.protected XMLRootXMLAbstractAnyMapping. buildXMLRootForText(Node node, QName schemaTypeQName, XMLConverter converter, AbstractSession session, DOMRecord record)Convenience method that takes a given node and checks the first child for TEXT_NODE.voidXMLAnyCollectionMapping. setConverter(XMLConverter conv)voidXMLAnyObjectMapping. setConverter(XMLConverter converter) -
Uses of XMLConverter in org.eclipse.persistence.oxm.mappings.converters
Classes in org.eclipse.persistence.oxm.mappings.converters that implement XMLConverter Modifier and Type Class Description classXMLConverterAdapterclassXMLRootConverterPurpose: Provides an implementation of XMLConverter to wrap/unwrap objects in an XMLRoot in order to capture element name information.
-