Class EndUserStateConfigViewModel.ValidationGroup
java.lang.Object
de.xima.fc.validation.groups.BaseGroupSequenceProvider<EndUserStateConfigViewModel>
de.xima.fc.common.bean_models.workflow.state.EndUserStateConfigViewModel.ValidationGroup
- All Implemented Interfaces:
org.hibernate.validator.spi.group.DefaultGroupSequenceProvider<EndUserStateConfigViewModel>
- Enclosing class:
EndUserStateConfigViewModel
public static final class EndUserStateConfigViewModel.ValidationGroup
extends BaseGroupSequenceProvider<EndUserStateConfigViewModel>
Validation groups for the
EndUserStateConfigViewModel.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseGroupSequenceProvider
BaseGroupSequenceProvider.IGroupBuilder<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLets you add additional validation groups based on the properties of the bean.Methods inherited from class BaseGroupSequenceProvider
getValidationGroups
-
Constructor Details
-
ValidationGroup
public ValidationGroup()
-
-
Method Details
-
addGroups
Description copied from class:BaseGroupSequenceProviderLets you add additional validation groups based on the properties of the bean.- Specified by:
addGroupsin classBaseGroupSequenceProvider<EndUserStateConfigViewModel>- Parameters:
builder- Builder for adding groups.
-