Class DefaultConstraintValidator

java.lang.Object
dev.metaschema.core.model.constraint.DefaultConstraintValidator
All Implemented Interfaces:
IConfiguration<ValidationFeature<?>>, IMutableConfiguration<ValidationFeature<?>>, IConstraintValidator, AutoCloseable

public class DefaultConstraintValidator extends Object implements IConstraintValidator, IMutableConfiguration<ValidationFeature<?>>
Used to perform constraint validation over one or more node items.

This class is thread-safe and can be used with parallel constraint validation.