Interface IInjector

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void inject​(java.lang.Object object, java.lang.Object... properties)
      Injects properties into a bean.
    • Method Detail

      • inject

        void inject​(java.lang.Object object,
                    java.lang.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.