public class DeliveryConvertorMap extends Object implements DeliveryConvertor
Constructor and Description |
---|
DeliveryConvertorMap(String[] columnNames)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
convertRow(Object[] columns)
Convert result row to dispatchable.
|
public DeliveryConvertorMap(String[] columnNames)
columnNames
- the names for columnspublic Object[] convertRow(Object[] columns)
DeliveryConvertor
convertRow
in interface DeliveryConvertor
columns
- to convert