| Package | Description | 
|---|---|
| jakarta.validation.metadata | Package containing all objects specifically used and returned by the
 metadata API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BeanDescriptorDescribes a constrained Java Bean and the constraints associated to it. | 
| interface  | ConstructorDescriptorDescribes a validated constructor. | 
| interface  | ContainerElementTypeDescriptorDescribes a validated container element type, e.g. | 
| interface  | CrossParameterDescriptorDescribes an element holding cross-parameter constraints of a method or constructor | 
| interface  | ExecutableDescriptorProvides the common functionality of  MethodDescriptorandConstructorDescriptor. | 
| interface  | MethodDescriptorDescribes a validated method. | 
| interface  | ParameterDescriptorDescribes a validated method or constructor parameter. | 
| interface  | PropertyDescriptorDescribes a Java Bean property hosting validation constraints. | 
| interface  | ReturnValueDescriptorDescribes a validated return value of a method or constructor. | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.