View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]