Class | Description |
---|---|
AbstractMappingResult |
Convenient base class for
MappingResult implementations. |
RequiredError |
The "required" error result--indicates a required mapping could not be performed because the source value to map was
empty.
|
SourceAccessError |
Indicates an exception occurred accessing the source object to be mapped.
|
Success |
Indicates a successful mapping operation.
|
TargetAccessError |
Indicates an exception occurred accessing the target object to be mapped to.
|
TypeConversionError |
Indicates a type conversion occurred during a mapping operation.
|
Possible Mapping results.