
com.at.avro.formatters.Formatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avro-schema-generator Show documentation
Show all versions of avro-schema-generator Show documentation
Library for generating avro schema files (.avsc) based on DB tables structure
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