public abstract class ConfigMethod
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ConfigMethod.Factory
Interface describing a configuration method factory.
|
Modifier | Constructor and Description |
---|---|
protected |
ConfigMethod()
Create a new ConfigMethod instance.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
invoke(ConfigHandler handler,
java.lang.Object[] args,
java.lang.Object proxy)
Handle a configuration interface method invocation.
|
public abstract java.lang.Object invoke(ConfigHandler handler, java.lang.Object[] args, java.lang.Object proxy)
handler
- The handler.args
- The method arguments.proxy
- The dynamic proxy created for the configuration interface.