Package io.jmix.dynmodelflowui
Interface DynamicViewValidator
- All Known Implementing Classes:
DynamicViewValidatorImpl
@NullMarked
public interface DynamicViewValidator
Service for validating dynamic view definitions.
-
Method Summary
Modifier and TypeMethodDescriptionvalidate(DynamicModelDefinition modelDefinition) Validates the views declared in the given model definition.
-
Method Details
-
validate
Validates the views declared in the given model definition.- Parameters:
modelDefinition- dynamic model definition to validate- Returns:
- a result for each view that has errors; empty if all views are valid
-