Package | Description |
---|---|
org.dozer.metadata |
Modifier and Type | Class and Description |
---|---|
class |
DozerFieldMappingMetadata
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
FieldMappingMetadata |
DozerClassMappingMetadata.getFieldMappingByDestination(String destinationFieldName) |
FieldMappingMetadata |
ClassMappingMetadata.getFieldMappingByDestination(String destinationFieldName)
Gets a single field mapping definition by looking up the name of the destination field.
|
FieldMappingMetadata |
DozerClassMappingMetadata.getFieldMappingBySource(String sourceFieldName) |
FieldMappingMetadata |
ClassMappingMetadata.getFieldMappingBySource(String sourceFieldName)
Gets a single field mapping definition by looking up the name of the source field.
|
Modifier and Type | Method and Description |
---|---|
List<FieldMappingMetadata> |
DozerClassMappingMetadata.getFieldMappings() |
List<FieldMappingMetadata> |
ClassMappingMetadata.getFieldMappings()
Gets a list of all field mapping definitions that are used for the mapping of the classes.
|
Copyright © 2005-2014 dozer. All Rights Reserved.