Uses of Class
org.apache.bval.jsr303.groups.Groups

Packages that use Groups
org.apache.bval.jsr303   
org.apache.bval.jsr303.groups   
 

Uses of Groups in org.apache.bval.jsr303
 

Methods in org.apache.bval.jsr303 that return Groups
 Groups GroupValidationContext.getGroups()
          Get the groups of this GroupValidationContext.
 Groups GroupValidationContextImpl.getGroups()
          Get the groups of this GroupValidationContext.
 

Methods in org.apache.bval.jsr303 with parameters of type Groups
 void GroupValidationContextImpl.setGroups(Groups groups)
          Set the Groups.
 

Uses of Groups in org.apache.bval.jsr303.groups
 

Methods in org.apache.bval.jsr303.groups that return Groups
 Groups GroupsComputer.computeGroups(Class<?>[] groups)
          Compute groups from an array of group classes.
protected  Groups GroupsComputer.computeGroups(Collection<Class<?>> groups)
          Main compute implementation.
 



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.