Package-level declarations

Types

Link copied to clipboard

Used to build a JConfigBuilder object.

Link copied to clipboard

Used to indicate that an error occurred while trying to get a value from the config file.

Link copied to clipboard
class JConfigImpl(entries: List<JsonEntry>) : JConfig
Link copied to clipboard
class JConfigObjectImpl(value: JsonNode) : JConfigObject
Link copied to clipboard
class JsonEntry(val key: String, val value: Any)

Used to store the values which are read from the config file which then can be retrieved and used.