Class ContextHolder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object toInject
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextHolder​(java.lang.Object toInject)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()
      Deprecated.
      Returns the value for this param.
      • Methods inherited from class java.lang.Object

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

      • toInject

        private final java.lang.Object toInject
        Deprecated.
    • Constructor Detail

      • ContextHolder

        ContextHolder​(java.lang.Object toInject)
        Deprecated.
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Deprecated.
        Description copied from interface: ParameterList.ParamGetter
        Returns the value for this param.
        Specified by:
        getValue in interface ParameterList.ParamGetter
        Returns:
        the value for this param.
        See Also:
        ContextInjector.ParamGetter#get