|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.bean.DynamicPropertyDescriptor
public class DynamicPropertyDescriptor
Provides method information for dynamic (unchecked) properties of each class for use in obtaining property values.
Constructor Summary | |
---|---|
DynamicPropertyDescriptor(java.lang.Class clazz,
net.sf.cglib.reflect.FastMethod method,
boolean hasParameters)
Ctor. |
Method Summary | |
---|---|
java.lang.Class |
getClazz()
Returns the class for the method. |
net.sf.cglib.reflect.FastMethod |
getMethod()
Returns the method to invoke. |
boolean |
isHasParameters()
Returns true if the method takes parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicPropertyDescriptor(java.lang.Class clazz, net.sf.cglib.reflect.FastMethod method, boolean hasParameters)
clazz
- the class to match when looking for a methodmethod
- the fast method to callhasParameters
- true if the method takes parametersMethod Detail |
---|
public java.lang.Class getClazz()
public net.sf.cglib.reflect.FastMethod getMethod()
public boolean isHasParameters()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |