Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-