public interface ConfigSource
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
lookup(java.util.List<java.lang.String> path,
java.lang.reflect.Method method)
Sources of config properties implement this interface, 3rd parties may also
implement it to add support for other back-ends
|
java.lang.Object lookup(java.util.List<java.lang.String> path,
java.lang.reflect.Method method)
path - a list of elements making up the path up to and including the current property namemethod - - for extra metadata about the name/return type