JConfigImpl

Constructors

Link copied to clipboard
constructor(entries: List<JsonEntry>)

Properties

Link copied to clipboard
open override val entries: Set<JsonEntry>

Gets all the entries in the config file.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun contains(key: String): Boolean

Used to check if the value is present

Link copied to clipboard
open operator fun get(key: String, defaultValue: Any): Any
open operator override fun get(key: String): JsonNode?

Gets the value of the key from the config file.

Link copied to clipboard
open fun getAsJConfigObject(key: String, defaultValue: Any): Any

Gets the value of the key from the config file.

Link copied to clipboard
open operator override fun set(key: String, value: JConfigObject)
open operator override fun set(key: String, value: Any)

Used to set a value in the config file.