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 Object |
conf(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 elementsCopyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.