public class JAXBElementRootConverter extends Object implements XMLConverter
Constructor and Description |
---|
JAXBElementRootConverter(Class declaredType) |
Modifier and Type | Method and Description |
---|---|
Object |
convertDataValueToObjectValue(Object dataValue,
Session session) |
Object |
convertDataValueToObjectValue(Object dataValue,
Session session,
XMLUnmarshaller unmarshaller) |
Object |
convertObjectValueToDataValue(Object objectValue,
Session session) |
Object |
convertObjectValueToDataValue(Object objectValue,
Session session,
XMLMarshaller marshaller) |
Converter |
getNestedConverter() |
void |
initialize(DatabaseMapping mapping,
Session session) |
boolean |
isMutable() |
void |
setNestedConverter(XMLConverter nestedConverter) |
public JAXBElementRootConverter(Class declaredType)
public Converter getNestedConverter()
public void setNestedConverter(XMLConverter nestedConverter)
public void initialize(DatabaseMapping mapping, Session session)
initialize
in interface CoreConverter<DatabaseMapping,Session>
initialize
in interface Converter
public Object convertDataValueToObjectValue(Object dataValue, Session session)
convertDataValueToObjectValue
in interface CoreConverter<DatabaseMapping,Session>
convertDataValueToObjectValue
in interface Converter
public Object convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller)
convertDataValueToObjectValue
in interface XMLConverter
public Object convertObjectValueToDataValue(Object objectValue, Session session)
convertObjectValueToDataValue
in interface CoreConverter<DatabaseMapping,Session>
convertObjectValueToDataValue
in interface Converter
public Object convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller)
convertObjectValueToDataValue
in interface XMLConverter
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.