CatalogStep

sealed interface CatalogStep

One step of a CatalogPath: into an object field, or into the elements of an array.

Inheritors

Types

Link copied to clipboard
data object AnyElement : CatalogStep

Into every element of an array, without distinguishing which.

Link copied to clipboard
data class Field(val name: String) : CatalogStep

Into the field called name.