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-dynamic-records-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.calmera.serde
├─ com.github.calmera.serde.DynamicRecordDeserializer.class - [JAR]
├─ com.github.calmera.serde.DynamicRecordSerializer.class - [JAR]
├─ com.github.calmera.serde.DyreSerdes.class - [JAR]
com.github.calmera.dyre.decoders
├─ com.github.calmera.dyre.decoders.DefaultValueDecoder.class - [JAR]
├─ com.github.calmera.dyre.decoders.ValueDecoder.class - [JAR]
com.github.calmera.dyre.encoders
├─ com.github.calmera.dyre.encoders.DefaultValueEncoder.class - [JAR]
├─ com.github.calmera.dyre.encoders.ValueEncoder.class - [JAR]
com.github.calmera.dyre
├─ com.github.calmera.dyre.AvroUtils.class - [JAR]
├─ com.github.calmera.dyre.DynamicRecord.class - [JAR]
├─ com.github.calmera.dyre.DynamicRecords.class - [JAR]
├─ com.github.calmera.dyre.DyreUtils.class - [JAR]
├─ com.github.calmera.dyre.GenericRecordInvocationHandler.class - [JAR]
├─ com.github.calmera.dyre.ValueMappingException.class - [JAR]
com.github.calmera.dyre.annotations
├─ com.github.calmera.dyre.annotations.DyreField.class - [JAR]
├─ com.github.calmera.dyre.annotations.DyreRecord.class - [JAR]