|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bval.jsr303.groups.GroupsComputer
public class GroupsComputer
Description: compute group order, based on the RI behavior as to guarantee
compatibility with interpretations of the spec.
Implementation is thread-safe.
| Constructor Summary | |
|---|---|
GroupsComputer()
|
|
| Method Summary | |
|---|---|
Groups |
computeGroups(Class<?>[] groups)
Compute groups from an array of group classes. |
protected Groups |
computeGroups(Collection<Class<?>> groups)
Main compute implementation. |
static Class<?>[] |
getDefaultGroupArray()
Get the default group array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupsComputer()
| Method Detail |
|---|
public static Class<?>[] getDefaultGroupArray()
Default.class onlypublic Groups computeGroups(Class<?>[] groups)
groups -
Groupsprotected Groups computeGroups(Collection<Class<?>> groups)
groups -
Groups
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||