public interface MappingResults
Modifier and Type | Method and Description |
---|---|
List |
getAllResults()
A list of all the mapping results between the source and target.
|
List |
getErrorResults()
A list of all error results that occurred.
|
List |
getResults(MappingResultsCriteria criteria)
Get all results that meet the given result criteria.
|
Object |
getSource()
The source object that was mapped from.
|
Object |
getTarget()
The target object that was mapped to.
|
boolean |
hasErrorResults()
Whether some results were errors.
|
Object getSource()
Object getTarget()
List getAllResults()
boolean hasErrorResults()
List getErrorResults()
List getResults(MappingResultsCriteria criteria)
criteria
- the mapping result criteria