public static class MappedBy.DefaultTypeConverter extends Object implements TypeConverter<Object,Object>
MappedBy.typeConverterClass() indicating the type converter which should be used if
MappedBy.typeConverter() is not set.| Constructor and Description |
|---|
DefaultTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Type realToType,
Type realDomainType)
Can this type converter handle conversions between the given transfer and domain object types?
|
Object |
convert(Object object,
SyntheticField domainField,
Object domainObject,
String... tags)
Convert a transfer object field value to the value for the domain object.
|
Object |
reverse(Object object,
SyntheticField toField,
Object toObject,
String... tags)
Convert a domain object field value to the value for the transfer object.
|
public boolean canConvert(Type realToType, Type realDomainType)
TypeConvertercanConvert in interface TypeConverter<Object,Object>realToType - real class for the type in the transfer objectrealDomainType - real class for the type in the domain objectpublic Object convert(Object object, SyntheticField domainField, Object domainObject, String... tags) throws JTransfoException
TypeConverterconvert in interface TypeConverter<Object,Object>object - object to convertdomainField - target domain fielddomainObject - target domain objecttags - tags which indicate which fields can be converted based on MapOnly annotations.JTransfoException - problem during type conversionpublic Object reverse(Object object, SyntheticField toField, Object toObject, String... tags) throws JTransfoException
TypeConverterreverse in interface TypeConverter<Object,Object>object - object to converttoField - target transfer object fieldtoObject - target transfer objecttags - tags which indicate which fields can be converted based on MapOnly annotations.JTransfoException - problem during type conversionCopyright © 2017. All rights reserved.