Class ValueInjection<T>

    • Constructor Detail

      • ValueInjection

        public ValueInjection​(Value<? extends T> source,
                              Injector<? super T> target)
        Deprecated.
        Construct a new instance.
        Parameters:
        source - the source value
        target - the target injector
    • Method Detail

      • getSource

        public Value<? extends T> getSource()
        Deprecated.
        Get the source value.
        Returns:
        the source value
      • getTarget

        public Injector<? super T> getTarget()
        Deprecated.
        Get the target injector.
        Returns:
        the target injector