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-hbase-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.hbase.mapper
├─ org.ff4j.hbase.mapper.HBaseEventMapper.class - [JAR]
├─ org.ff4j.hbase.mapper.HBaseFeatureMapper.class - [JAR]
├─ org.ff4j.hbase.mapper.HBasePropertyMapper.class - [JAR]
org.ff4j.hbase
├─ org.ff4j.hbase.HBaseConnection.class - [JAR]
├─ org.ff4j.hbase.HBaseConstants.class - [JAR]
org.ff4j.hbase.store
├─ org.ff4j.hbase.store.EventRepositoryHBase.class - [JAR]
├─ org.ff4j.hbase.store.FeatureStoreHBase.class - [JAR]
├─ org.ff4j.hbase.store.PropertyStoreHBase.class - [JAR]