public abstract class ConfigAccessorMethod extends ConfigMethod
ConfigMethod.Factory
Modifier | Constructor and Description |
---|---|
protected |
ConfigAccessorMethod(java.lang.Class<?> configInterface,
java.lang.reflect.Method method)
Create a new ConfigAccessorMethod instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName()
Get the name of the configuration property associated with this
accessor method.
|
invoke