public interface ConfigView<S extends ScopeType<S>,K extends SharedResourceKey>
Config specific to a SharedResourceKey and factory.| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
getConfig() |
String |
getFactoryName() |
K |
getKey() |
ScopedConfigView<S,K> |
getScopedView(S scopeType) |
String getFactoryName()
ConfigView was created for.K getKey()
SharedResourceKey this ConfigView was created for.com.typesafe.config.Config getConfig()
Config to use for creation of the new resource.ScopedConfigView<S,K> getScopedView(S scopeType)
ConfigView at a specific ScopeType.