Uses of Class
jakarta.validation.GroupDefinitionException
-
Packages that use GroupDefinitionException Package Description org.hibernate.validator.internal.engine.groups Helper classes for the processing of groups.org.hibernate.validator.internal.util.logging Logging classes. -
-
Uses of GroupDefinitionException in org.hibernate.validator.internal.engine.groups
Methods in org.hibernate.validator.internal.engine.groups that throw GroupDefinitionException Modifier and Type Method Description voidDefaultValidationOrder. assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to be validated.voidValidationOrder. assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to be validated.voidValidationOrder.DefaultGroupValidationOrder. assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)voidValidationOrder.DefaultSequenceValidationOrder. assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) -
Uses of GroupDefinitionException in org.hibernate.validator.internal.util.logging
-