Uses of Class
org.apache.bval.jsr.groups.Groups
-
Packages that use Groups Package Description org.apache.bval.jsr.groups org.apache.bval.jsr.job -
-
Uses of Groups in org.apache.bval.jsr.groups
Fields in org.apache.bval.jsr.groups declared as Groups Modifier and Type Field Description static Groups
GroupsComputer. DEFAULT_GROUPS
The default group array used in case any of the validate methods is called without a group.Methods in org.apache.bval.jsr.groups that return Groups Modifier and Type Method Description Groups
GroupsComputer. computeCascadingGroups(Set<jakarta.validation.metadata.GroupConversionDescriptor> groupConversions, Class<?> group)
Deprecated.Groups
GroupsComputer. computeGroups(Class<?>... groups)
Compute groups from an array of group classes.Groups
GroupsComputer. computeGroups(Collection<Class<?>> groups)
Compute groups from aCollection
.Groups
GroupsComputer. computeGroups(Stream<Class<?>> groups)
Compute groups from aStream
. -
Uses of Groups in org.apache.bval.jsr.job
Fields in org.apache.bval.jsr.job declared as Groups Modifier and Type Field Description protected Groups
ValidationJob. groups
-