Uses of Interface
io.avaje.validation.adapter.ValidationRequest
Packages that use ValidationRequest
-
Uses of ValidationRequest in io.avaje.validation.adapter
Methods in io.avaje.validation.adapter that return ValidationRequestModifier and TypeMethodDescriptionCreate a validation request with the specified locale and groups.Methods in io.avaje.validation.adapter with parameters of type ValidationRequestModifier and TypeMethodDescriptiondefault booleanValidationAdapter.checkGroups(Set<Class<?>> adapterGroups, ValidationRequest request) Check if the validation request groups are empty or match any of the adapter's configured groups.final booleanAbstractConstraintAdapter.validate(T value, ValidationRequest req, String propertyName) default booleanValidationAdapter.validate(T value, ValidationRequest req) Execute validations for the given valuebooleanValidationAdapter.validate(T value, ValidationRequest req, String propertyName) Execute validations for the given value.protected booleanAbstractContainerAdapter.validateAll(Iterable<Object> value, ValidationRequest req, String propertyName) Execute validations for all items in the given iterableprotected booleanAbstractContainerAdapter.validateArray(Object[] value, ValidationRequest req, String propertyName) Execute validations for all items in the given array