Package javax.validation.metadata
Interface BeanDescriptor
- All Superinterfaces:
ElementDescriptor
- Version:
- $Rev$ $Date$
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor
ElementDescriptor.ConstraintFinder
-
Method Summary
Modifier and TypeMethodDescriptiongetConstrainedMethods
(MethodType methodType, MethodType... methodTypes) getConstraintsForConstructor
(Class<?>... parameterTypes) getConstraintsForMethod
(String methodName, Class<?>... parameterTypes) getConstraintsForProperty
(String propertyName) boolean
Methods inherited from interface javax.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
-
Method Details
-
isBeanConstrained
boolean isBeanConstrained() -
getConstraintsForProperty
-
getConstrainedProperties
Set<PropertyDescriptor> getConstrainedProperties() -
getConstraintsForMethod
-
getConstrainedMethods
-
getConstraintsForConstructor
-
getConstrainedConstructors
Set<ConstructorDescriptor> getConstrainedConstructors()
-