Interface InjectIntrospector<T>

    • Method Detail

      • introspectField

        void introspectField​(java.lang.Class<T> clazz,
                             java.lang.reflect.Field f)
        Introspect the field
        Parameters:
        f - the field
        clazz -
      • introspectMethod

        void introspectMethod​(java.lang.reflect.Method m,
                              java.lang.Object instance)
        Introspect the method
        Parameters:
        m - the method
        instance - the object to invoke the method on