public abstract class SettingsCompanionImpl<T>
extends java.lang.Object
| Constructor and Description | 
|---|
| SettingsCompanionImpl(java.lang.String prefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | apply(org.apache.pekko.actor.ActorSystem system) | 
| T | apply(com.typesafe.config.Config config) | 
| T | apply(java.lang.String configOverrides) | 
| static com.typesafe.config.Config | configAdditions() | 
| abstract T | fromSubConfig(com.typesafe.config.Config root,
             com.typesafe.config.Config c) | 
| protected java.lang.String | prefix() | 
public static com.typesafe.config.Config configAdditions()
protected java.lang.String prefix()
public T apply(org.apache.pekko.actor.ActorSystem system)
public T apply(java.lang.String configOverrides)
public T apply(com.typesafe.config.Config config)
public abstract T fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)