Uses of Interface
io.helidon.validation.spi.ConstraintValidator
Packages that use ConstraintValidator
-
Uses of ConstraintValidator in io.helidon.validation
Methods in io.helidon.validation with parameters of type ConstraintValidatorModifier and TypeMethodDescriptionvoidValidationContext.check(ConstraintValidator validator, Object object) Run the providedcheckon the providedobject. -
Uses of ConstraintValidator in io.helidon.validation.spi
Methods in io.helidon.validation.spi that return ConstraintValidatorModifier and TypeMethodDescriptionConstraintValidatorProvider.create(TypeName typeName, Annotation constraintAnnotation) Create a validator for the given annotation and type.