Interface XMLConverter
- All Superinterfaces:
Converter
,CoreConverter<DatabaseMapping,
,Session> Serializable
- All Known Implementing Classes:
TypeStringConverter
,XMLConverterAdapter
,XMLRootConverter
Purpose: Conversion interface to allow conversion between object and data types. This can be used in any mapping to convert between the object and data types without requiring code placed in the object model. This extension of the Converter interface allows for the XMLMarshaller and XMLUnmarshaller to be passed into the conversion methods.
-
Method Summary
Modifier and TypeMethodDescriptionconvertDataValueToObjectValue
(Object dataValue, Session session, XMLUnmarshaller unmarshaller) convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) Methods inherited from interface org.eclipse.persistence.mappings.converters.Converter
convertDataValueToObjectValue, convertObjectValueToDataValue, initialize, isMutable
-
Method Details
-
convertObjectValueToDataValue
-
convertDataValueToObjectValue
Object convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller)
-