|
JBoss Security SPI - Aggregator 2.0.4.SP8 | |||||||||
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 |
boolean |
supports(Class<?> p)
Whether this mapping provider supports mapping T |
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
- boolean supports(Class<?> p)
t
-
|
JBoss Security SPI - Aggregator 2.0.4.SP8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |