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