- All Superinterfaces:
- CascadableDescriptor,- ContainerDescriptor,- ElementDescriptor
public interface PropertyDescriptor
extends ElementDescriptor, CascadableDescriptor, ContainerDescriptor
Describes a Java Bean property hosting validation constraints.
 Constraints placed on the attribute and the getter of a given property
 are all referenced.
- 
Nested Class SummaryNested classes/interfaces inherited from interface jakarta.validation.metadata.ElementDescriptorElementDescriptor.ConstraintFinder
- 
Method SummaryModifier and TypeMethodDescriptionName of the property according to the Java Bean specification.Methods inherited from interface jakarta.validation.metadata.CascadableDescriptorgetGroupConversions, isCascadedMethods inherited from interface jakarta.validation.metadata.ContainerDescriptorgetConstrainedContainerElementTypesMethods inherited from interface jakarta.validation.metadata.ElementDescriptorfindConstraints, getConstraintDescriptors, getElementClass, hasConstraints
- 
Method Details- 
getPropertyNameString getPropertyName()Name of the property according to the Java Bean specification.- Returns:
- property name
 
 
-