public class ConfigDefaultMethod extends ConfigMethod
ConfigMethod.Factory| Modifier and Type | Field and Description |
|---|---|
static ConfigMethod.Factory |
FACTORY
The ConfigDefaultMethod factory.
|
| Constructor and Description |
|---|
ConfigDefaultMethod(java.lang.Class<?> configInterface,
java.lang.reflect.Method configMethod) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(ConfigHandler handler,
java.lang.Object[] args,
java.lang.Object proxy)
Handle a configuration interface method invocation.
|
public static final ConfigMethod.Factory FACTORY
public ConfigDefaultMethod(java.lang.Class<?> configInterface,
java.lang.reflect.Method configMethod)
public java.lang.Object invoke(ConfigHandler handler, java.lang.Object[] args, java.lang.Object proxy)
ConfigMethodinvoke in class ConfigMethodhandler - The handler.args - The method arguments.proxy - The dynamic proxy created for the configuration interface.