|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jete.model.ResultWrapper
Wrap object information in this wrapper, allowing for primitives, lists, etc.
The main reason for this is that invoked methods may return primitives that don't have "getter" functionality. Spring relies on an underlying PropertyDescriptor to retrieve this information, by supplying a simple wrapper object like this, we can use the PropertyValue object to interact with primitives, arrays, etc. in a straightforward and standard manner.
Constructor Summary | |
ResultWrapper(java.lang.Object data)
|
Method Summary | |
java.lang.Object |
getValue()
|
void |
setValue(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultWrapper(java.lang.Object data)
Method Detail |
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |