Uses of Interface
io.helidon.validation.ValidatorResponse
Packages that use ValidatorResponse
-
Uses of ValidatorResponse in io.helidon.validation
Methods in io.helidon.validation that return ValidatorResponseModifier and TypeMethodDescriptionstatic ValidatorResponseValidatorResponse.create()Create a new valid response.static ValidatorResponseValidatorResponse.create(Annotation annotation, String message, Object invalidValue) Create a new failed response. -
Uses of ValidatorResponse in io.helidon.validation.spi
Methods in io.helidon.validation.spi that return ValidatorResponseModifier and TypeMethodDescriptionConstraintValidator.check(ValidatorContext context, Object value) Validation the value against the configured constraint.