| Interface | Description |
|---|---|
| ClassMappingMetadata |
This interface provides read-only access to all important aspects of the mapping metadata that specifies
how two classes are mapped to one another.
|
| FieldMappingMetadata |
This interface can be used to obtain information about the mapping between two fields.
|
| MappingMetadata |
This interface can be used to query mapping metadata from the dozer internal data structures.
|
| Class | Description |
|---|---|
| DozerClassMappingMetadata |
Internal use only.
|
| DozerFieldMappingMetadata |
Internal use only.
|
| DozerMappingMetadata |
Internal use only.
|
| Exception | Description |
|---|---|
| MetadataLookupException |
Used whenever a lookup in the meta model fails, e.g.
|
Copyright © 2005-2014 dozer. All Rights Reserved.