public final class HoconUtils
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
HoconUtils.ConfigWithFallbackMessage |
|
static class |
HoconUtils.PropertiesConversion |
|
static class |
HoconUtils.SubstituteNotAvailableException |
Modifier and Type | Method | Description |
---|---|---|
static com.typesafe.config.Config |
applicationOrStandardSubstitute(java.lang.ClassLoader cl) |
For when you don't want all the extras of ConfigFactory.load() [ backing up to reference.conf,
System property overrides, etc.
|
static HoconUtils.ConfigWithFallbackMessage |
applicationOrStandardSubstituteFallbackWithMessage(java.lang.ClassLoader cl) |
|
static HoconUtils.PropertiesConversion |
configToProperties(com.typesafe.config.Config config) |
public static HoconUtils.PropertiesConversion configToProperties(com.typesafe.config.Config config)
public static com.typesafe.config.Config applicationOrStandardSubstitute(java.lang.ClassLoader cl) throws HoconUtils.SubstituteNotAvailableException
public static HoconUtils.ConfigWithFallbackMessage applicationOrStandardSubstituteFallbackWithMessage(java.lang.ClassLoader cl) throws HoconUtils.SubstituteNotAvailableException