public class DynamicPropertyDescriptorByMethod extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
DynamicPropertyDescriptorByMethod(Class clazz,
Method method,
boolean hasParameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Returns the class for the method.
|
Method |
getMethod()
Returns the method to invoke.
|
boolean |
isHasParameters()
Returns true if the method takes parameters.
|
public static final EPTypeClass EPTYPE
public Class getClazz()
public Method getMethod()
public boolean isHasParameters()
Copyright © 2005–2020. All rights reserved.