← Back to Stormify Documentation

ScalarPath

open class ScalarPath(path: String)

A type-safe field path node representing a scalar (leaf) field. Generated by the annotation processor and used with PagedList.addFacet.

Example:

list.addFacet(Employee_.name)               // scalar
list.addFacet(Employee_.department.name) // FK chain

Constructors

Link copied to clipboard
constructor(path: String)

Functions

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

Returns the dot-notation path string.