|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodBeanDescriptor
Description: Provides method/constructor-related constraint information
for a type. This class will disappear when such
functionality is part of the JSR303 specification.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor |
---|
ElementDescriptor.ConstraintFinder |
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.validation.metadata.BeanDescriptor |
---|
getConstrainedProperties, getConstraintsForProperty, isBeanConstrained |
Methods inherited from interface javax.validation.metadata.ElementDescriptor |
---|
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints |
Method Detail |
---|
MethodDescriptor getConstraintsForMethod(Method method)
method
-
MethodDescriptor
ConstructorDescriptor getConstraintsForConstructor(Constructor<?> constructor)
constructor
-
ConstructorDescriptor
Set<MethodDescriptor> getConstrainedMethods()
Set
of MethodDescriptor
Set<ConstructorDescriptor> getConstrainedConstructors()
Set
of ConstructorDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |