JsonElementAdapter
Common interface for all kxs adapters, exposing the underlying JsonElement.
Extends BackedKpaElement so the backing element is accessible through the shared interface and can be unwrapped via com.commonsware.kpointer.adapter.requireBacking. Concrete adapters also implement one of KpaStruct, KpaList, or KpaPrimitive, which makes them subtypes of KpaElement via those interfaces.
Inheritors
Functions
Link copied to clipboard
Returns the JsonElement backing this adapter, or throws if this is not a JsonElementAdapter.