← Back to Stormify Documentation

ReferencePath

open class ReferencePath(path: String)

Base class for annotation-processor-generated reference path nodes (e.g. AuditEntry_.modifiedBy). Each reference node carries the accumulated dot-notation path it represents — with a trailing . when further chaining through this node is still possible — and subclasses use toString to build the next path step when chaining into nested reference or scalar fields.

Constructors

Link copied to clipboard
constructor(path: String)

Functions

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

Returns the accumulated dot-notation path.