|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Wrapper
Basic interface so we can wrap fields and methods so they look more or less the same. This makes @AlsoLoad methods look just like fields.
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.Object pojo)
Get the value of the thing thing (field) if possible, or null if not possible (method) |
java.lang.reflect.Type |
getGenericType()
Get the "generictype", which can be a ParameterizedType |
java.lang.Class<?> |
getType()
Get the type of the thing. |
boolean |
isSerialized()
|
void |
set(java.lang.Object pojo,
java.lang.Object value)
Actually set the thing (field or method) on an object |
Method Detail |
---|
void set(java.lang.Object pojo, java.lang.Object value)
java.lang.Object get(java.lang.Object pojo)
java.lang.Class<?> getType()
java.lang.reflect.Type getGenericType()
boolean isSerialized()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |