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
- MethodDescriptor
ConstructorDescriptor getConstraintsForConstructor(Constructor<?> constructor)
constructor
- ConstructorDescriptor
Set<MethodDescriptor> getConstrainedMethods()
Set
of MethodDescriptor
Set<ConstructorDescriptor> getConstrainedConstructors()
Set
of ConstructorDescriptor
Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.