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.metadata
Methods in jakarta.validation.metadata that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptor
BeanDescriptor. getConstraintsForProperty(java.lang.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 java.util.Set<PropertyDescriptor>
BeanDescriptor. getConstrainedProperties()
Returns a set of property descriptors having at least one constraint defined or marked as cascaded (Valid
).
-