jar

com.github.artur-tamazian : avro-schema-generator

Maven & Gradle

Jun 29, 2021
46 stars

avro-schema-generator · Library for generating avro schema files (.avsc) based on DB tables structure

Table Of Contents

Latest Version

Download com.github.artur-tamazian : avro-schema-generator JAR file - Latest Versions:

All Versions

Download com.github.artur-tamazian : avro-schema-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window avro-schema-generator-1.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.at.avro.formatters

├─ com.at.avro.formatters.ArrayFormatter.class - [JAR]

├─ com.at.avro.formatters.DateFormatter.class - [JAR]

├─ com.at.avro.formatters.DecimalFormatter.class - [JAR]

├─ com.at.avro.formatters.EnumFormatter.class - [JAR]

├─ com.at.avro.formatters.FieldFormatter.class - [JAR]

├─ com.at.avro.formatters.Formatter.class - [JAR]

├─ com.at.avro.formatters.PrimitiveFormatter.class - [JAR]

├─ com.at.avro.formatters.SchemaFormatter.class - [JAR]

├─ com.at.avro.formatters.TypeFormatter.class - [JAR]

com.at.avro

├─ com.at.avro.AvroField.class - [JAR]

├─ com.at.avro.AvroSchema.class - [JAR]

├─ com.at.avro.AvroType.class - [JAR]

├─ com.at.avro.AvroTypeUtil.class - [JAR]

├─ com.at.avro.DbSchemaExtractor.class - [JAR]

├─ com.at.avro.SchemaGenerator.class - [JAR]

com.at.avro.config

├─ com.at.avro.config.AvroConfig.class - [JAR]

├─ com.at.avro.config.FormatterConfig.class - [JAR]

com.at.avro.mappers

├─ com.at.avro.mappers.RemovePlural.class - [JAR]

├─ com.at.avro.mappers.ToCamelCase.class - [JAR]

com.at.avro.types

├─ com.at.avro.types.Array.class - [JAR]

├─ com.at.avro.types.Date.class - [JAR]

├─ com.at.avro.types.Decimal.class - [JAR]

├─ com.at.avro.types.Enum.class - [JAR]

├─ com.at.avro.types.Primitive.class - [JAR]

├─ com.at.avro.types.Type.class - [JAR]

Advertisement