Package-level declarations
Types
Common interface for all yamlkt adapters, exposing the underlying YamlElement.
The single KpaElementFactory shared by every yamlkt adapter.
Adapter exposing a YamlList as a RebuildableKpaList.
Adapter exposing a YamlMap as a RebuildableKpaStruct.
Adapter exposing a YamlPrimitive (including YamlNull) as a KpaPrimitive.
Functions
Wraps this YamlList in a YamlListAdapter.
Wraps this YamlMap in a YamlMapAdapter.
Returns the YamlElement at the path identified by pointer, or null if a key along the path is absent.
Parses path via KPointer.from and returns the YamlElement at that path, or null if absent.
Returns the YamlPrimitive at pointer, or null if the path is absent.
Parses path via KPointer.from and returns the YamlPrimitive at that path, or null if absent.
Wraps this YamlElement in the appropriate YamlElementAdapter.
Returns the YamlElement backing this adapter, or throws if this is not a YamlElementAdapter.