Class SInvocation.SortingInjectorWrapper

  • All Implemented Interfaces:
    IInjector
    Enclosing class:
    SInvocation

    protected static class SInvocation.SortingInjectorWrapper
    extends java.lang.Object
    implements IInjector
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SortingInjectorWrapper

        protected SortingInjectorWrapper()
    • Method Detail

      • inject

        public void inject​(java.lang.Object object,
                           java.lang.Object... properties)
        Injects properties into a bean.
        Specified by:
        inject in interface IInjector
        Parameters:
        object - The target bean object.
        properties - The bean properties, names followed by values, size must be even.