Package javax.validation.metadata
Interface PropertyDescriptor
- All Superinterfaces:
CascadableDescriptor
,ElementDescriptor
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 Summary
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor
ElementDescriptor.ConstraintFinder
-
Method Summary
Modifier and TypeMethodDescriptionName of the property according to the Java Bean specification.Methods inherited from interface javax.validation.metadata.CascadableDescriptor
getGroupConversions, isCascaded
Methods inherited from interface javax.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
-
Method Details
-
getPropertyName
String getPropertyName()Name of the property according to the Java Bean specification.- Returns:
- property name
-