Interface IInjector

All Known Implementing Classes:
SInvocation.SortingInjectorWrapper

public interface IInjector
Interface for generated bean injectors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inject(Object object, Object... properties)
    Injects properties into a bean.
  • Method Details

    • inject

      void inject(Object object, Object... properties)
      Injects properties into a bean.
      Parameters:
      object - The target bean object.
      properties - The bean properties, names followed by values, size must be even.