Uses of Interface
com.github.dozermapper.core.metadata.FieldMappingMetadata
-
Packages that use FieldMappingMetadata Package Description com.github.dozermapper.core.metadata Metadata to query the mapping definition -
-
Uses of FieldMappingMetadata in com.github.dozermapper.core.metadata
Classes in com.github.dozermapper.core.metadata that implement FieldMappingMetadata Modifier and Type Class Description classDozerFieldMappingMetadataInternal use only.Methods in com.github.dozermapper.core.metadata that return FieldMappingMetadata Modifier and Type Method Description FieldMappingMetadataClassMappingMetadata. getFieldMappingByDestination(String destinationFieldName)Gets a single field mapping definition by looking up the name of the destination field.FieldMappingMetadataDozerClassMappingMetadata. getFieldMappingByDestination(String destinationFieldName)FieldMappingMetadataClassMappingMetadata. getFieldMappingBySource(String sourceFieldName)Gets a single field mapping definition by looking up the name of the source field.FieldMappingMetadataDozerClassMappingMetadata. getFieldMappingBySource(String sourceFieldName)Methods in com.github.dozermapper.core.metadata that return types with arguments of type FieldMappingMetadata Modifier and Type Method Description List<FieldMappingMetadata>ClassMappingMetadata. getFieldMappings()Gets a list of all field mapping definitions that are used for the mapping of the classes.List<FieldMappingMetadata>DozerClassMappingMetadata. getFieldMappings()
-