public abstract class ConfigurationValueLoader<T> extends ValueLoader.Base<T>
Load value from configuration source
ValueLoader.Base<T>options, spec| Constructor and Description |
|---|
ConfigurationValueLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
conf(java.lang.String key)
Return whatever configured by
key |
T |
get()
Provide element data to be loaded using the options and bean spec initialized by
ValueLoader.init(Map, BeanSpec). |
init, initialized, valuepublic T get()
ValueLoaderProvide element data to be loaded using the options and bean spec initialized by ValueLoader.init(Map, BeanSpec).
Iterable of elementsprotected abstract java.lang.Object conf(java.lang.String key)
Return whatever configured by key
key - the configuration keyCopyright © 2016–2017 OSGL (Open Source General Library). All rights reserved.