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