Uses of Class
jakarta.validation.GroupDefinitionException
Packages that use GroupDefinitionException
Package
Description
Helper classes for the processing of groups.
Logging classes.
-
Uses of GroupDefinitionException in org.hibernate.validator.internal.engine.groups
Methods in org.hibernate.validator.internal.engine.groups that throw GroupDefinitionExceptionModifier and TypeMethodDescriptionvoidDefaultValidationOrder.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
Methods in org.hibernate.validator.internal.util.logging that return GroupDefinitionExceptionModifier and TypeMethodDescriptionfinal GroupDefinitionExceptionLog_$logger.getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(Class<?> beanClass) Log.getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(Class<?> beanClass) final GroupDefinitionExceptionLog_$logger.getCyclicDependencyInGroupsDefinitionException()final GroupDefinitionExceptionLog_$logger.getInvalidDefaultGroupSequenceDefinitionException()final GroupDefinitionExceptionLog_$logger.getNoDefaultGroupInGroupSequenceException()final GroupDefinitionExceptionLog_$logger.getSequenceDefinitionsNotAllowedException()final GroupDefinitionExceptionLog_$logger.getUnableToExpandDefaultGroupListException(List<?> defaultGroupList, List<?> groupList) Log.getUnableToExpandDefaultGroupListException(List<?> defaultGroupList, List<?> groupList) final GroupDefinitionExceptionLog_$logger.getUnableToExpandGroupSequenceException()final GroupDefinitionExceptionLog_$logger.getWrongDefaultGroupSequenceProviderTypeException(Class<?> beanClass) Log.getWrongDefaultGroupSequenceProviderTypeException(Class<?> beanClass)