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 jfleet-record-0.6.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jfleet.record.annotation
├─ org.jfleet.record.annotation.Alias.class - [JAR]
├─ org.jfleet.record.annotation.NotNull.class - [JAR]
├─ org.jfleet.record.annotation.Ordinal.class - [JAR]
org.jfleet.record
├─ org.jfleet.record.CaseConverter.class - [JAR]
├─ org.jfleet.record.CaseType.class - [JAR]
├─ org.jfleet.record.ColumnNamingStrategy.class - [JAR]
├─ org.jfleet.record.EntityInfoRecordBuilder.class - [JAR]
├─ org.jfleet.record.FieldToColumnMapper.class - [JAR]
├─ org.jfleet.record.JFleetRecordException.class - [JAR]
├─ org.jfleet.record.NotNullField.class - [JAR]
├─ org.jfleet.record.Reflection.class - [JAR]