Bean Validation API 1.0.0.GA-redhat-2

Uses of Interface
javax.validation.metadata.PropertyDescriptor

Packages that use PropertyDescriptor
javax.validation.metadata   
 

Uses of PropertyDescriptor in javax.validation.metadata
 

Methods in javax.validation.metadata that return PropertyDescriptor
 PropertyDescriptor BeanDescriptor.getConstraintsForProperty(String propertyName)
          Return the property descriptor for a given property.
 

Methods in javax.validation.metadata that return types with arguments of type PropertyDescriptor
 Set<PropertyDescriptor> BeanDescriptor.getConstrainedProperties()
          Returns a set of property descriptors having at least one constraint defined or marked as cascaded (@Valid).
 


Bean Validation API 1.0.0.GA-redhat-2

Copyright © 2007-2012 JBoss by Red Hat. All Rights Reserved.