public class SourcesConfigBuilder
extends java.lang.Object
SourceConfig object. Each SourceConfig object is built by a child builder,
specific to the type of the source.| Modifier and Type | Method and Description |
|---|---|
static SourcesConfig |
build(com.typesafe.config.Config config)
config represents the object part in:
{@code sources : { ...
|
public static SourcesConfig build(com.typesafe.config.Config config)
sources : { ... }