public interface MethodBeanDescriptor
extends javax.validation.metadata.BeanDescriptor
| Modifier and Type | Method and Description |
|---|---|
Set<ConstructorDescriptor> |
getConstrainedConstructors()
Get the set of constrained constructors.
|
Set<MethodDescriptor> |
getConstrainedMethods()
Get the set of constrained methods.
|
ConstructorDescriptor |
getConstraintsForConstructor(Constructor<?> constructor)
Get the constraints that apply to a particular constructor.
|
MethodDescriptor |
getConstraintsForMethod(Method method)
Get the constraints that apply to a particular method.
|
MethodDescriptor getConstraintsForMethod(Method method)
method - MethodDescriptorConstructorDescriptor getConstraintsForConstructor(Constructor<?> constructor)
constructor - ConstructorDescriptorSet<MethodDescriptor> getConstrainedMethods()
Set of MethodDescriptorSet<ConstructorDescriptor> getConstrainedConstructors()
Set of ConstructorDescriptorCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.