Interface Injector

All Known Implementing Classes:
AbstractInjector, FieldInjector, MethodInjector

public interface Injector
  • Method Details

    • inject

      void inject(Object object, Object value)
    • getType

      Class<?> getType()
    • getDeclaringClass

      Class<?> getDeclaringClass()
    • getGenericType

      Type getGenericType()
    • getName

      String getName()