Interface JavaBeanProperty

All Superinterfaces:
Property

@Incubating public interface JavaBeanProperty extends Property
Contains metadata for a JavaBean property.
Since:
6.1.0
Author:
Damir Alibegovic
  • Method Summary

    Modifier and Type
    Method
    Description
    Owner class of the property.

    Methods inherited from interface org.hibernate.validator.spi.nodenameprovider.Property

    getName
  • Method Details

    • getDeclaringClass

      Class<?> getDeclaringClass()
      Owner class of the property.
      Returns:
      Class owning class of the property