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 ff4j-store-springjdbc-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.springjdbc.store
├─ org.ff4j.springjdbc.store.EventRepositorySpringJdbc.class - [JAR]
├─ org.ff4j.springjdbc.store.FeatureStoreSpringJdbc.class - [JAR]
├─ org.ff4j.springjdbc.store.PropertyStoreSpringJdbc.class - [JAR]
├─ org.ff4j.springjdbc.store.package-info.class - [JAR]
org.ff4j.springjdbc.store.rowmapper
├─ org.ff4j.springjdbc.store.rowmapper.CustomPropertyRowMapper.class - [JAR]
├─ org.ff4j.springjdbc.store.rowmapper.EventRowMapper.class - [JAR]
├─ org.ff4j.springjdbc.store.rowmapper.FeatureRowMapper.class - [JAR]
├─ org.ff4j.springjdbc.store.rowmapper.HitCountRowMapper.class - [JAR]
├─ org.ff4j.springjdbc.store.rowmapper.RoleRowMapper.class - [JAR]
├─ org.ff4j.springjdbc.store.rowmapper.package-info.class - [JAR]
org.ff4j.springjdbc.store.dto
├─ org.ff4j.springjdbc.store.dto.HitCountDto.class - [JAR]