public class DynamicPropertyDescriptor extends Object
Constructor and Description |
---|
DynamicPropertyDescriptor(Class clazz,
net.sf.cglib.reflect.FastMethod method,
boolean hasParameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DynamicPropertyDescriptor(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 parameterspublic Class getClazz()
public net.sf.cglib.reflect.FastMethod getMethod()
public boolean isHasParameters()