AbstractMappable

abstract class AbstractMappable(val wrapped: MutableMap<String, Any?>) : Mappable

Inheritors

Constructors

Link copied to clipboard
constructor(wrapped: MutableMap<String, Any?>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJsonObject(): JsonObject

Serializes this instance to a structured JsonObject.

Link copied to clipboard
open override fun toJsonString(): String

Serializes this instance to a compact JSON string.

Link copied to clipboard
open override fun toMap(): MutableMap<String, Any?>

Converts this instance into a mutable key-value map suitable for mutation and re-serialization.