public final class HoconUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HoconUtils.ConfigWithFallbackMessage |
static class |
HoconUtils.PropertiesConversion |
static class |
HoconUtils.SubstituteNotAvailableException |
Modifier and Type | Method and Description |
---|---|
static com.typesafe.config.Config |
applicationOrStandardSubstitute(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(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(ClassLoader cl) throws HoconUtils.SubstituteNotAvailableException
public static HoconUtils.ConfigWithFallbackMessage applicationOrStandardSubstituteFallbackWithMessage(ClassLoader cl) throws HoconUtils.SubstituteNotAvailableException
Copyright © 2018 com.mchange. All rights reserved.