| Package | Description | 
|---|---|
| javax.validation.metadata | 
 Package containing all objects specifically used and returned by the
 metadata API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MethodDescriptor | 
BeanDescriptor.getConstraintsForMethod(String methodName,
                       Class<?>... parameterTypes)
Returns a method descriptor for the given method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<MethodDescriptor> | 
BeanDescriptor.getConstrainedMethods(MethodType methodType,
                     MethodType... methodTypes)
Returns a set with descriptors for the constrained methods of the bean
 represented by this descriptor. 
 | 
Comments to: bean-validation-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.