Class AbstractCollectionProcessor<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String paramName  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract T apply​(T target, java.lang.Object object)  
      T buildIt​(T target, java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • paramName

        protected java.lang.String paramName
    • Constructor Detail

      • AbstractCollectionProcessor

        public AbstractCollectionProcessor​(java.lang.String paramName)
    • Method Detail

      • apply

        protected abstract T apply​(T target,
                                   java.lang.Object object)
      • buildIt

        public T buildIt​(T target,
                         java.lang.Object object)