Uses of Class
dev.metaschema.core.model.constraint.ValidationConfig
Packages that use ValidationConfig
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of ValidationConfig in dev.metaschema.core.model.constraint
Fields in dev.metaschema.core.model.constraint declared as ValidationConfigModifier and TypeFieldDescriptionstatic final ValidationConfigValidationConfig.SEQUENTIALSingle-threaded sequential execution (default, current behavior).Methods in dev.metaschema.core.model.constraint that return ValidationConfigModifier and TypeMethodDescription@Owning ValidationConfigValidationConfig.addListener(ValidationEventListener additionalListener) Create a new configuration that adds an additional event listener, preserving the current parallel execution settings and any existing listener.static @Owning ValidationConfigValidationConfig.withExecutor(ExecutorService executor) Create configuration using an application-provided executor.@Owning ValidationConfigValidationConfig.withListener(ValidationEventListener listener) Create a new configuration with the specified event listener, preserving the current parallel execution settings.static @Owning ValidationConfigValidationConfig.withThreads(int threadCount) Create configuration that creates an internal thread pool.Constructors in dev.metaschema.core.model.constraint with parameters of type ValidationConfigModifierConstructorDescriptionDefaultConstraintValidator(IConstraintValidationHandler handler, ValidationConfig validationConfig) Construct a new constraint validation instance with the provided configuration.