javax.validation.metadata
Interface BeanDescriptor

All Superinterfaces:
ElementDescriptor

public interface BeanDescriptor
extends ElementDescriptor

Version:
$Rev$ $Date$

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

Method Detail

isBeanConstrained

boolean isBeanConstrained()

getConstraintsForProperty

PropertyDescriptor getConstraintsForProperty(String propertyName)

getConstrainedProperties

Set<PropertyDescriptor> getConstrainedProperties()


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