All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.creditdatamw.zerocell.converter.NoopConverter Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.creditdatamw.zerocell.converter;

/**
 * Empty Converter class
 */
public final class NoopConverter implements Converter {
    @Override
    public String convert(String value, String column, int row) {
        return value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy