public interface FieldMappingMetadata
Modifier and Type | Method and Description |
---|---|
String |
getCustomConverter()
The name of the custom converter class, or an empty string if no custom converter is used.
|
String |
getDateFormat() |
String |
getDestinationFieldGetMethod() |
String |
getDestinationFieldSetMethod() |
String |
getDestinationName() |
MappingDirection |
getMappingDirection()
Can be used to check whether a mapping in unidirectional or bidirectional.
|
String |
getSourceFieldGetMethod() |
String |
getSourceFieldSetMethod() |
String |
getSourceName() |
boolean |
isCopyByReference() |
boolean |
isDestinationFieldAccessible() |
boolean |
isSourceFieldAccessible() |
String getSourceName()
String getDestinationName()
String getSourceFieldGetMethod()
String getSourceFieldSetMethod()
String getDestinationFieldGetMethod()
String getDestinationFieldSetMethod()
boolean isCopyByReference()
boolean isSourceFieldAccessible()
boolean isDestinationFieldAccessible()
MappingDirection getMappingDirection()
MappingDirection
.String getDateFormat()
String getCustomConverter()
Copyright © 2005-2014 dozer. All Rights Reserved.