|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface MappingProvider<T>
A provider with mapping functionality
| Method Summary | |
|---|---|
void |
init(Map<String,Object> options)
Initialize the provider with the configured module options |
void |
performMapping(Map<String,Object> map,
T mappedObject)
Map the passed object |
void |
setMappingResult(MappingResult<T> result)
Injected by the MappingContext |
| Method Detail |
|---|
void init(Map<String,Object> options)
options -
void performMapping(Map<String,Object> map,
T mappedObject)
map - A read-only contextual map that can provide information to the providermappedObject - an Object on which the mapping will be applied
IllegalArgumentException - if the mappedObject is not understood by the
provider.void setMappingResult(MappingResult<T> result)
result -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||