类 OrderLineAggregator

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.lang.Stringaggregate​(Order order)
      Create a string from the value provided.
      voidsetAggregators​(java.util.Map<java.lang.String,​LineAggregator<java.lang.Object>> aggregators)
      Set aggregators for all types of lines in the output file
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • setAggregators

        public void setAggregators​(java.util.Map<java.lang.String,​LineAggregator<java.lang.Object>> aggregators)
        Set aggregators for all types of lines in the output file
        参数:
        aggregators - Map of LineAggregators used to map the various record types for each order