Interface IPropertyReflectionAwareModel<T>

    • Method Detail

      • getPropertyField

        Field getPropertyField()
        Returns the field of model property or null if the field doesn't exist.
        Returns:
        Field or null
      • getPropertyGetter

        Method getPropertyGetter()
        Returns the getter method of model property or null if the method doesn't exist.
        Returns:
        Method or null
      • getPropertySetter

        Method getPropertySetter()
        Returns the setter method of model property or null if the method doesn't exist.
        Returns:
        Method or null