Uses of Class
org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
Packages that use MethodValidationConfiguration.Builder
Package
Description
Implementations for the core interfaces of Jakarta Bean Validation.
-
Uses of MethodValidationConfiguration.Builder in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return MethodValidationConfiguration.BuilderModifier and TypeMethodDescriptionMethodValidationConfiguration.Builder.allowMultipleCascadedValidationOnReturnValues
(boolean allow) Define whether more than one constraint on a return value may be marked for cascading validation are allowed.MethodValidationConfiguration.Builder.allowOverridingMethodAlterParameterConstraint
(boolean allow) Define whether overriding methods that override constraints should throw aConstraintDefinitionException
.MethodValidationConfiguration.Builder.allowParallelMethodsDefineParameterConstraints
(boolean allow) Define whether parallel methods that define constraints should throw aConstraintDefinitionException
.