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-spring-rest-api-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.spring.rest.api.utils
├─ org.ff4j.spring.rest.api.utils.FeatureWebUtils.class - [JAR]
org.ff4j.spring.rest.api.exceptions
├─ org.ff4j.spring.rest.api.exceptions.FF4jExceptionHandler.class - [JAR]
org.ff4j.spring.rest.api.resources
├─ org.ff4j.spring.rest.api.resources.FF4jResource.class - [JAR]
├─ org.ff4j.spring.rest.api.resources.FeatureResource.class - [JAR]
├─ org.ff4j.spring.rest.api.resources.FeatureStoreResource.class - [JAR]
├─ org.ff4j.spring.rest.api.resources.GroupResource.class - [JAR]
├─ org.ff4j.spring.rest.api.resources.MonitoringResource.class - [JAR]
├─ org.ff4j.spring.rest.api.resources.PropertyResource.class - [JAR]
├─ org.ff4j.spring.rest.api.resources.PropertyStoreResource.class - [JAR]