org.apache.bval.jsr303.extensions
Interface MethodDescriptor

All Superinterfaces:
ElementDescriptor
All Known Implementing Classes:
MethodDescriptorImpl

public interface MethodDescriptor
extends ElementDescriptor

Description: 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
 List<ParameterDescriptor> getParameterDescriptors()
          Get the ParameterDescriptors for this MethodDescriptor.
 boolean isCascaded()
          Learn whether the referenced method should be validated.
 
Methods inherited from interface javax.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
 

Method Detail

getParameterDescriptors

List<ParameterDescriptor> getParameterDescriptors()
Get the ParameterDescriptors for this MethodDescriptor.

Returns:
List of ParameterDescriptor

isCascaded

boolean isCascaded()
Learn whether the referenced method should be validated.

Returns:
boolean


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.