NameSegment

@Serializable
class NameSegment(val memberName: String) : NormalizedJsonPathSegment(source)

Constructors

Link copied to clipboard
constructor(memberName: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String