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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated private field name; public only for compiler/runtime linkage. -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.GroovyObject
-
Field Details
-
NAME_IN_MODEL
Generated private field name; public only for compiler/runtime linkage.- See Also:
-
-
Method Details