Interface Getter


  • public interface Getter
    Unified getter property interface for both methods and fields.
    • Method Detail

      • invokeGetter

        java.lang.Object invokeGetter​(java.lang.Object target)
                               throws java.lang.reflect.InvocationTargetException,
                                      java.lang.IllegalAccessException
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException
      • getGetterRawType

        java.lang.Class getGetterRawType()
      • getGetterRawComponentType

        java.lang.Class getGetterRawComponentType()
      • getGetterRawKeyComponentType

        java.lang.Class getGetterRawKeyComponentType()