|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbeanmapper.MappingContext
The context for the current mapping.
Constructor Summary | |
MappingContext(BeanMapper mapper)
Instantiate a new mapping context with a specific mapper. |
Method Summary | |
BeanMapper |
getMapper()
Get the mapper for this context. |
java.lang.Object |
peekSourceObject()
Peek at the source object on the top of the source stack. |
java.lang.Object |
popSourceObject()
Pop a source object from the source stack. |
void |
pushSourceObject(java.lang.Object sourceObject)
Push a source object on the source stack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappingContext(BeanMapper mapper)
mapper
- The mapper.Method Detail |
public BeanMapper getMapper()
public void pushSourceObject(java.lang.Object sourceObject)
sourceObject
- The source object to push on the stack.public java.lang.Object popSourceObject()
public java.lang.Object peekSourceObject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |