jar

org.apache.avro : avro-test-custom-conversions

Maven & Gradle

Jun 26, 2023

Apache Avro Codegen Test dependencies · Contains dependencies for the maven plugin used in avro-codegen-test

Table Of Contents

Latest Version

Download org.apache.avro : avro-test-custom-conversions JAR file - Latest Versions:

All Versions

Download org.apache.avro : avro-test-custom-conversions JAR file - All Versions:

Version Vulnerabilities Size Updated
1.11.x
1.10.x
1.9.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-test-custom-conversions-1.11.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.avro.codegentest

├─ org.apache.avro.codegentest.CustomDecimal.class - [JAR]

├─ org.apache.avro.codegentest.CustomDecimalConversion.class - [JAR]

├─ org.apache.avro.codegentest.CustomEnumConversion.class - [JAR]

├─ org.apache.avro.codegentest.CustomEnumLogicalTypeFactory.class - [JAR]

├─ org.apache.avro.codegentest.CustomEnumType.class - [JAR]

├─ org.apache.avro.codegentest.FixedSizeString.class - [JAR]

├─ org.apache.avro.codegentest.FixedSizeStringConversion.class - [JAR]

├─ org.apache.avro.codegentest.FixedSizeStringFactory.class - [JAR]

├─ org.apache.avro.codegentest.FixedSizeStringLogicalType.class - [JAR]

Advertisement