- java.lang.Object
-
- org.github.gestalt.config.entity.ConfigValue
-
public final class ConfigValue extends java.lang.ObjectValue for a config. Used to store the leaf value while parsing the configs.
-
-
Constructor Summary
Constructors Constructor Description ConfigValue(java.lang.String value)Constructor to hold a config value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()Get the config value.
-