Indexed¶
@LowLevelApi
data class Indexed(val index: Int) : PathSegment
Path segment representing an indexed element in an array.
This class isn't type-safe. Instead, see FieldDsl.get.
Constructors¶
Indexed¶
constructor(index: Int)
Properties¶
index¶
Functions¶
toString¶
Returns the string representation of this PathSegment. To obtain the representation of an entire Path, see Path.toString.