public class KeyedScopedConfigViewImpl<S extends ScopeType<S>,K extends SharedResourceKey> extends Object implements ScopedConfigView<S,K>
ScopedConfigView that knows how to extract relevant subconfiguration from an input
Config.| Constructor and Description |
|---|
KeyedScopedConfigViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
getConfig() |
com.typesafe.config.Config |
getFactorySpecificConfig() |
com.typesafe.config.Config |
getKeyedConfig() |
com.typesafe.config.Config |
getKeyedScopedConfig() |
com.typesafe.config.Config |
getScopedConfig() |
ScopedConfigView<S,K> |
getScopedView(S scopeType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScopegetFactoryName, getKeypublic com.typesafe.config.Config getFactorySpecificConfig()
public com.typesafe.config.Config getScopedConfig()
public com.typesafe.config.Config getKeyedConfig()
public com.typesafe.config.Config getKeyedScopedConfig()
public com.typesafe.config.Config getConfig()
getConfig in interface ConfigView<S extends ScopeType<S>,K extends SharedResourceKey>public ScopedConfigView<S,K> getScopedView(S scopeType)
getScopedView in interface ConfigView<S extends ScopeType<S>,K extends SharedResourceKey>