|
JBoss Security SPI - Aggregator 2.0.4.SP8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.mapping.MappingContext<T>
T
- public class MappingContext<T>
Generic Context used by the Mapping Framework
Constructor Summary | |
---|---|
MappingContext(List<MappingProvider<T>> mod)
|
Method Summary | |
---|---|
MappingResult<T> |
getMappingResult()
|
List<MappingProvider<T>> |
getModules()
Get the set of mapping modules |
boolean |
hasModules()
Optimization Step to determine if we have configured mapping modules to avoid unnecessary mapping step |
void |
performMapping(Map<String,Object> contextMap,
T mappedObject)
Apply mapping semantics on the passed object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingContext(List<MappingProvider<T>> mod)
Method Detail |
---|
public List<MappingProvider<T>> getModules()
public void performMapping(Map<String,Object> contextMap, T mappedObject)
contextMap
- Read-only Contextual MapmappedObject
- an object on which mapping will be appliedpublic MappingResult<T> getMappingResult()
public boolean hasModules()
|
JBoss Security SPI - Aggregator 2.0.4.SP8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |