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

com.at.avro.formatters.Formatter Maven / Gradle / Ivy

The newest version!
package com.at.avro.formatters;

import com.at.avro.config.FormatterConfig;

/**
 * @author [email protected]
 */
public interface Formatter {

    String toJson(T t, FormatterConfig formatterConfig);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy