public static interface ConfigMethod.Factory
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(java.lang.reflect.Method method)
Test whether this factory can handle a particular configuration interface
method.
|
ConfigMethod |
newInstance(java.lang.Class<?> configInterface,
java.lang.reflect.Method method)
Create a new configuration method implementation to handle a
configuration interface method.
|
boolean canHandle(java.lang.reflect.Method method)
method
- The method.ConfigMethod newInstance(java.lang.Class<?> configInterface, java.lang.reflect.Method method)
configInterface
- The configuration interface.method
- The method.