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()
Gets date format used when mapping
|
String |
getDestinationFieldGetMethod()
Gets the destination field get method
|
String |
getDestinationFieldSetMethod()
Gets the destination field set method
|
String |
getDestinationName()
Gets the destination field name
|
String |
getMapId()
Returns the map id of this mapping definition used for contextual mapping selection.
|
MappingDirection |
getMappingDirection()
Can be used to check whether a mapping in unidirectional or bidirectional.
|
String |
getSourceFieldGetMethod()
Gets the source field get method
|
String |
getSourceFieldSetMethod()
Gets the source field set method
|
String |
getSourceName()
Gets the source field name
|
boolean |
isCopyByReference()
Gets whether mapping should copy by reference
|
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()
String getMapId()
Copyright © 2005–2021 dozer. All rights reserved.