Path

class Path<OUT : Any>(spec: PathLensSpec<OUT>) : ReadOnlyProperty<TypedRequest, OUT> , TypedField<TypedRequest, OUT>

Constructors

Link copied to clipboard
constructor(spec: PathLensSpec<OUT>)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: TypedRequest, property: KProperty<*>): OUT