public class JAXBElementRootConverter extends java.lang.Object implements XMLConverter
Constructor and Description |
---|
JAXBElementRootConverter(java.lang.Class declaredType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertDataValueToObjectValue(java.lang.Object dataValue,
Session session)
PUBLIC:
Convert the databases' data representation of the value to the object's representation.
|
java.lang.Object |
convertDataValueToObjectValue(java.lang.Object dataValue,
Session session,
XMLUnmarshaller unmarshaller) |
java.lang.Object |
convertObjectValueToDataValue(java.lang.Object objectValue,
Session session)
PUBLIC:
Convert the object's representation of the value to the databases' data representation.
|
java.lang.Object |
convertObjectValueToDataValue(java.lang.Object objectValue,
Session session,
XMLMarshaller marshaller) |
Converter |
getNestedConverter() |
void |
initialize(DatabaseMapping mapping,
Session session)
PUBLIC:
Allow for any initialization.
|
boolean |
isMutable()
PUBLIC:
If the converter converts the value to a mutable value, i.e.
|
void |
setNestedConverter(XMLConverter nestedConverter) |
public JAXBElementRootConverter(java.lang.Class declaredType)
public Converter getNestedConverter()
public void setNestedConverter(XMLConverter nestedConverter)
public void initialize(DatabaseMapping mapping, Session session)
Converter
initialize
in interface CoreConverter<DatabaseMapping,Session>
initialize
in interface Converter
public java.lang.Object convertDataValueToObjectValue(java.lang.Object dataValue, Session session)
Converter
convertDataValueToObjectValue
in interface CoreConverter<DatabaseMapping,Session>
convertDataValueToObjectValue
in interface Converter
public java.lang.Object convertDataValueToObjectValue(java.lang.Object dataValue, Session session, XMLUnmarshaller unmarshaller)
convertDataValueToObjectValue
in interface XMLConverter
public java.lang.Object convertObjectValueToDataValue(java.lang.Object objectValue, Session session)
Converter
convertObjectValueToDataValue
in interface CoreConverter<DatabaseMapping,Session>
convertObjectValueToDataValue
in interface Converter
public java.lang.Object convertObjectValueToDataValue(java.lang.Object objectValue, Session session, XMLMarshaller marshaller)
convertObjectValueToDataValue
in interface XMLConverter
public boolean isMutable()
Converter
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference