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 converter-0.2.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.avro.io
├─ org.apache.avro.io.NoWrappingJsonEncoder.class - [JAR]
tech.allegro.schema.json2avro.converter.types
├─ tech.allegro.schema.json2avro.converter.types.AbstractDateTimeConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.AbstractIntDateTimeConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.AbstractLongDateTimeConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.ArrayConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.AvroTypeConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.AvroTypeConverterWithStrictJavaTypeCheck.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.BytesDecimalConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.EnumConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.IntDateConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.IntTimeMillisConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.LongTimeMicrosConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.LongTimestampMicrosConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.LongTimestampMillisConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.MapConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.NullConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.PrimitiveConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.RecordConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.types.UnionConverter.class - [JAR]
tech.allegro.schema.json2avro.converter
├─ tech.allegro.schema.json2avro.converter.AvroConversionException.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.CompositeJsonToAvroReader.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.FailOnUnknownField.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.JsonAvroConverter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.JsonGenericRecordReader.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.JsonToAvroReader.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.PathsPrinter.class - [JAR]
├─ tech.allegro.schema.json2avro.converter.UnknownFieldListener.class - [JAR]