javax.validation.metadata
Interface BeanDescriptor

All Superinterfaces:
ElementDescriptor

public interface BeanDescriptor
extends ElementDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor
ElementDescriptor.ConstraintFinder
 
Method Summary
 java.util.Set<PropertyDescriptor> getConstrainedProperties()
           
 PropertyDescriptor getConstraintsForProperty(java.lang.String propertyName)
           
 boolean isBeanConstrained()
           
 
Methods inherited from interface javax.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
 

Method Detail

isBeanConstrained

boolean isBeanConstrained()

getConstraintsForProperty

PropertyDescriptor getConstraintsForProperty(java.lang.String propertyName)

getConstrainedProperties

java.util.Set<PropertyDescriptor> getConstrainedProperties()