public class DynamicPropertyDescriptor extends Object
Constructor and Description |
---|
DynamicPropertyDescriptor(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 Class getClazz()
public Method getMethod()
public boolean isHasParameters()
Copyright © 2005–2018. All rights reserved.