|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.beanfilter.BeanDescriptor
public final class BeanDescriptor
Bean Fields Description for evaluation.
Method Summary | |
---|---|
static BeanDescriptor |
getInstance(java.lang.Class<?> c)
Factory method. |
java.lang.reflect.Method |
getMethod(java.lang.String field)
Gets the method needed to read the specified field. |
void |
push(java.lang.Class<?> parent,
Token token)
Push in stack last field processed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BeanDescriptor getInstance(java.lang.Class<?> c)
c
- The class for which we want a descriptor instance
public void push(java.lang.Class<?> parent, Token token) throws EvalException
parent
- Parent Classtoken
- Token
EvalException
- If Errorpublic java.lang.reflect.Method getMethod(java.lang.String field)
field
- The field path
field
.
Null if number of methods obtained is zero or greater than 1.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |