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 Details

    • getDeclaringClass

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

      @Incubating String getMemberName()
      Returns:
      the name of the underlying class member representing this property.
      Since:
      9.1.1