public class ConfigMethods
extends java.lang.Object
Constructor and Description |
---|
ConfigMethods() |
Modifier and Type | Method and Description |
---|---|
static ConfigMethod |
getInstance(java.lang.Class<?> configInterface,
java.lang.reflect.Method method)
Get a ConfigMethod implementation appropriate for handling a
configuration interface method.
|
public static ConfigMethod getInstance(java.lang.Class<?> configInterface, java.lang.reflect.Method method)
configInterface
- The configuration interface.method
- The method.