public class FixedConfigurationLoader extends Object implements ConfigurationLoader
| Constructor and Description |
|---|
FixedConfigurationLoader() |
| Modifier and Type | Method and Description |
|---|---|
<T> Stream<T> |
load(Class<T> clazz,
Object... args) |
FixedConfigurationLoader |
provide(Class<?> clazz,
Function<Object[],?> provider) |
FixedConfigurationLoader |
provide(Class<?> clazz,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultClassLoader, matchespublic FixedConfigurationLoader provide(Class<?> clazz, Object value)
public FixedConfigurationLoader provide(Class<?> clazz, Function<Object[],?> provider)
public <T> Stream<T> load(Class<T> clazz, Object... args)
load in interface ConfigurationLoaderCopyright © 2020. All rights reserved.