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-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]