Interface PropertyDescriptor

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.
Author:
Emmanuel Bernard
  • Method Details

    • getPropertyName

      String getPropertyName()
      Name of the property according to the Java Bean specification.
      Returns:
      property name