PropertyNameStrategy

Allows configuring how the DSL generates property paths from

Inheritors

Types

Link copied to clipboard

Default implementation of PropertyNameStrategy, which always uses the property name.

Functions

Link copied to clipboard
abstract fun pathOf(property: KProperty1<*, *>): Path

Generates the name of a property.