JsonEntry

class JsonEntry(val key: String, val value: Any)(source)

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

Constructors

Link copied to clipboard
constructor(key: String, value: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Gets the key of the entry.

Link copied to clipboard
val value: Any

Gets the value of the entry.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String