Uses of Interface
jakarta.validation.metadata.PropertyDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of PropertyDescriptor in jakarta.validation.metadata
Modifier and TypeMethodDescriptionBeanDescriptor.getConstraintsForProperty
(String propertyName) Returns the property descriptor for a given property.Modifier and TypeMethodDescriptionBeanDescriptor.getConstrainedProperties()
Returns a set of property descriptors having at least one constraint defined or marked as cascaded (Valid
).