|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodDescriptor
Describes a validated method.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
ElementDescriptor.ConstraintFinder, ElementDescriptor.Kind |
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the method represented by this descriptor. |
List<ParameterDescriptor> |
getParameterDescriptors()
Returns a list with descriptors for this method's parameters. |
ReturnValueDescriptor |
getReturnValueDescriptor()
Returns a descriptor for this method's return value. |
| Methods inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
as, findConstraints, getConstraintDescriptors, getElementClass, getKind, hasConstraints |
| Method Detail |
|---|
String getName()
List<ParameterDescriptor> getParameterDescriptors()
Returns a list with descriptors for this method's parameters. The size of this list corresponds to the number of this method's parameters.
null.ReturnValueDescriptor getReturnValueDescriptor()
null
if this method has no return value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||