com.devexperts.qd.ng
Interface RecordMappingFactory


public interface RecordMappingFactory


Method Summary
 RecordMapping createMapping(DataRecord record)
          Creates mapping for a specified record.
 

Method Detail

createMapping

RecordMapping createMapping(DataRecord record)
Creates mapping for a specified record.

Returns:
created mapping or null if record name is not recognized
Throws:
java.lang.IllegalArgumentException - if record name is recognized by some required fields are missing or there are other irregularities that make it impossible to create a mapping class.