JsonObjectAdapter
class JsonObjectAdapter(val backing: JsonObject) : AbstractKpaStructMap<JsonElement> , JsonElementAdapter, RebuildableKpaStruct(source)
Adapter exposing a JsonObject as a RebuildableKpaStruct.
Extends AbstractKpaStructMap which handles key lookup, containment, and enumeration. Navigation and value mapping are performed through the adapter machinery; backing is exposed for callers that need the raw JsonObject.
Parameters
backing
The underlying JsonObject.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns the JsonElement backing this adapter, or throws if this is not a JsonElementAdapter.
Link copied to clipboard