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