Uses of Interface
jakarta.validation.metadata.PropertyDescriptor
- 
Packages that use PropertyDescriptor Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API.
- 
- 
Uses of PropertyDescriptor in jakarta.validation.metadataMethods in jakarta.validation.metadata that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptorBeanDescriptor. getConstraintsForProperty(String propertyName)Returns the property descriptor for a given property.Methods in jakarta.validation.metadata that return types with arguments of type PropertyDescriptor Modifier and Type Method Description Set<PropertyDescriptor>BeanDescriptor. getConstrainedProperties()Returns a set of property descriptors having at least one constraint defined or marked as cascaded (Valid).
 
-