Class Injector


  • public class Injector
    extends 
    Author:
    Nikita Koksharov
    • Constructor Summary

      Constructors 
      Constructor Description
      Injector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void  task, <T> valueClass, T value)  
      static void  task, RedissonClient redisson)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • Injector

        public Injector()
    • Method Detail

      • inject

        public static <T> void inject​( task,
                                      <T> valueClass,
                                      T value)
      • inject

        public static void inject​( task,
                                  RedissonClient redisson)