Class InjectIntrospectorAdapter<T>

    • Constructor Detail

      • InjectIntrospectorAdapter

        public InjectIntrospectorAdapter()
    • Method Detail

      • supportedType

        public boolean supportedType​(java.lang.reflect.Type t)
        Description copied from interface: Injectable
        Return true if this class support injection of this type.
        Specified by:
        supportedType in interface Injectable<T>
        Parameters:
        t - the field
        Returns:
        true if this class support injection
      • introspectMethod

        public void introspectMethod​(java.lang.reflect.Method m,
                                     java.lang.Object instance)
        Description copied from interface: InjectIntrospector
        Introspect the method
        Specified by:
        introspectMethod in interface InjectIntrospector<T>
        Parameters:
        m - the method
        instance - the object to invoke the method on