Uses of Interface
javax.validation.metadata.PropertyDescriptor

Packages that use PropertyDescriptor
javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. 
 

Uses of PropertyDescriptor in javax.validation.metadata
 

Methods in javax.validation.metadata that return PropertyDescriptor
 PropertyDescriptor BeanDescriptor.getConstraintsForProperty(String propertyName)
          Returns 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).
 



Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.