Summer.Batch.Extra.Sort.Legacy.Format Namespace Reference

Classes

class  ConstantFormatter
 Implementation of ISubFormatter that writes a constant. More...
 
class  CopyFormatter
 Implementation of ISubFormatter that copies a sub-part of the input record into the output record. More...
 
interface  ISubFormatter
 Interface used by LegacyFormatter to format a sub-part of the output record. More...
 
class  LegacyFormatter
 Implementation of IFormatter<T> that emulates legacy formatting. It relies on a list of ISubFormatter that each create a part of the output record. More...
 
class  NumericEditFormatter
 Implementation of ISubFormatter that allows formatting a number read from the input record into a string. More...