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

org.sql2o.converters.ConvertersProvider Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
package org.sql2o.converters;

import java.util.Map;

/**
 * User: dimzon
 * Date: 4/24/14
 * Time: 12:53 AM
 */
public interface ConvertersProvider {
    void fill(Map, Converter> mapToFill);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy