Class SpringAutowirerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T autowire​(java.lang.Class<T> clazz, java.lang.Object... nonContextParams)  
      • Methods inherited from class java.lang.Object

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

      • autowire

        public <T> T autowire​(@NotNull
                              java.lang.Class<T> clazz,
                              @NotNull
                              java.lang.Object... nonContextParams)
        Specified by:
        autowire in interface SpringObjectAutowirer