Uses of Interface
javax.validation.metadata.ConstructorDescriptor

Packages that use ConstructorDescriptor
javax.validation.metadata   
 

Uses of ConstructorDescriptor in javax.validation.metadata
 

Methods in javax.validation.metadata that return ConstructorDescriptor
 ConstructorDescriptor BeanDescriptor.getConstraintsForConstructor(Class<?>... parameterTypes)
          Returns a constructor descriptor for the given constructor.
 

Methods in javax.validation.metadata that return types with arguments of type ConstructorDescriptor
 Set<ConstructorDescriptor> BeanDescriptor.getConstrainedConstructors()
          Returns a set with descriptors for the constrained constructors of the type represented by this descriptor.
 



Copyright © 2007-2012. All Rights Reserved.