Interface KlumObjectCompanion

All Superinterfaces:
GeneratedObjectState, Serializable
All Known Implementing Classes:
KlumTemplateProxy

public sealed interface KlumObjectCompanion extends GeneratedObjectState, Serializable permits KlumTemplateProxy (not exhaustive)
Internal state associated with a materialized DSL Object.

This type is public only because generated DSL Objects can live in arbitrary packages. It is a generated-code linkage type, not supported client API.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated private field name; public only for compiler/runtime linkage.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    groovy.lang.GroovyObject
     
  • Field Details

    • NAME_IN_MODEL

      static final String NAME_IN_MODEL
      Generated private field name; public only for compiler/runtime linkage.
      See Also:
  • Method Details

    • getObject

      groovy.lang.GroovyObject getObject()
    • getBreadcrumbPath

      String getBreadcrumbPath()
    • getModelPath

      String getModelPath()