public interface MethodDescriptor
extends javax.validation.metadata.ElementDescriptor
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
getParameterDescriptors()
Get the
ParameterDescriptors for this MethodDescriptor. |
boolean |
isCascaded()
Learn whether the referenced method should be validated.
|
List<ParameterDescriptor> getParameterDescriptors()
ParameterDescriptors for this MethodDescriptor.List of ParameterDescriptorboolean isCascaded()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.