Uses of Interface
org.apache.bval.jsr303.extensions.ConstructorDescriptor

Packages that use ConstructorDescriptor
org.apache.bval.jsr303.extensions   
 

Uses of ConstructorDescriptor in org.apache.bval.jsr303.extensions
 

Classes in org.apache.bval.jsr303.extensions that implement ConstructorDescriptor
 class ConstructorDescriptorImpl
          Description: ConstructorDescriptor implementation.
 

Methods in org.apache.bval.jsr303.extensions that return ConstructorDescriptor
 ConstructorDescriptor MethodBeanDescriptor.getConstraintsForConstructor(Constructor<?> constructor)
          Get the constraints that apply to a particular constructor.
 

Methods in org.apache.bval.jsr303.extensions that return types with arguments of type ConstructorDescriptor
 Set<ConstructorDescriptor> MethodBeanDescriptor.getConstrainedConstructors()
          Get the set of constrained constructors.
 



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