Summer.Batch.Extra.Ebcdic.AbstractEbcdicMapper Class Reference

Abstract super type for all mappers. It only contains the implementation of ToCamelCase, which is required by both reader and writer mappers. More...

Inheritance diagram for Summer.Batch.Extra.Ebcdic.AbstractEbcdicMapper:
Summer.Batch.Extra.Ebcdic.AbstractEbcdicReaderMapper< T > Summer.Batch.Extra.Ebcdic.EbcdicWriterMapper

Protected Member Functions

 AbstractEbcdicMapper ()
 protected constructor More...
 

Static Protected Member Functions

static string ToCamelCase (string name)
 Converts a cobol name to a camel case name. More...
 

Detailed Description

Abstract super type for all mappers. It only contains the implementation of ToCamelCase, which is required by both reader and writer mappers.

Constructor & Destructor Documentation

Summer.Batch.Extra.Ebcdic.AbstractEbcdicMapper.AbstractEbcdicMapper ( )
protected

protected constructor

Member Function Documentation

static string Summer.Batch.Extra.Ebcdic.AbstractEbcdicMapper.ToCamelCase ( string  name)
staticprotected

Converts a cobol name to a camel case name.

Parameters
namethe name to convert
Returns
the camel case equivalent of the given name

The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Ebcdic/AbstractEbcdicMapper.cs