Serialized Form
-
Package com.blackbuild.klum.ast.runtime
-
Exception com.blackbuild.klum.ast.runtime.KlumException
class KlumException extends RuntimeException implements Serializable -
Exception com.blackbuild.klum.ast.runtime.KlumModelException
class KlumModelException extends KlumException implements Serializable-
Serialized Fields
-
breadCrumbPath
String breadCrumbPath
-
-
-
Exception com.blackbuild.klum.ast.runtime.KlumSchemaException
class KlumSchemaException extends KlumException implements Serializable
-
-
Package com.blackbuild.klum.ast.runtime.generated
-
Package com.blackbuild.klum.ast.runtime.internal
-
Class com.blackbuild.klum.ast.runtime.internal.InternalKlumBuilder
class InternalKlumBuilder extends groovy.lang.GroovyObjectSupport implements Serializable-
Serialized Fields
-
applyLaterClosures
Map<Integer,
List<groovy.lang.Closure<?>>> applyLaterClosures -
breadcrumbPath
String breadcrumbPath
-
breadcrumbQuantifier
int breadcrumbQuantifier
-
completedModel
M completedModel
-
metadata
Map<String,
Serializable> metadata -
modelPath
String modelPath
-
modelType
Class<M> modelType
-
sealed
boolean sealed
-
template
boolean template
-
virtualChildren
List<InternalKlumBuilder<?>> virtualChildren
-
-
-
Class com.blackbuild.klum.ast.runtime.internal.KlumTemplateProxy
class KlumTemplateProxy extends Object implements Serializable
-
-
Package com.blackbuild.klum.ast.runtime.internal.layer3
-
Exception com.blackbuild.klum.ast.runtime.internal.layer3.KlumVisitorException
class KlumVisitorException extends KlumException implements Serializable-
Serialized Fields
-
breadcrumbPath
String breadcrumbPath
-
-
-
-
Package com.blackbuild.klum.ast.runtime.validation
-
Exception com.blackbuild.klum.ast.runtime.validation.KlumValidationException
class KlumValidationException extends KlumException implements Serializable-
Serialized Fields
-
validationResults
List<KlumValidationResult> validationResults
-
-
-
Class com.blackbuild.klum.ast.runtime.validation.KlumValidationIssue
class KlumValidationIssue extends Object implements Serializable -
Class com.blackbuild.klum.ast.runtime.validation.KlumValidationResult
class KlumValidationResult extends Object implements Serializable-
Serialized Fields
-
breadcrumbPath
String breadcrumbPath
-
issued
NavigableSet<KlumValidationIssue> issued
-
suppressedIssues
Map<String,
com.blackbuild.klum.ast.Validate.Level> suppressedIssues
-
-
-