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 Detail

      • getDeclaringClass

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