Class CollectionUtils.InjectionStep<T,​I>

  • Type Parameters:
    T - target type.
    I - item type.
    Enclosing class:
    CollectionUtils

    @Deprecated
    public static class CollectionUtils.InjectionStep<T,​I>
    extends java.lang.Object
    Deprecated.
    Injection step.
    • Constructor Detail

      • InjectionStep

        public InjectionStep​(T target,
                             I item)
        Deprecated.
    • Method Detail

      • getTarget

        public T getTarget()
        Deprecated.
      • getItem

        public I getItem()
        Deprecated.