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-webapi-jersey2x-1.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.web.jersey2.store
├─ org.ff4j.web.jersey2.store.FeatureStoreHttp.class - [JAR]
├─ org.ff4j.web.jersey2.store.PropertyStoreHttp.class - [JAR]
org.ff4j.web.api
├─ org.ff4j.web.api.FF4jApiApplicationJersey2x.class - [JAR]
org.ff4j.web.api.filter
├─ org.ff4j.web.api.filter.ApiKey.class - [JAR]
├─ org.ff4j.web.api.filter.ApiKeyValidatorFilter.class - [JAR]
├─ org.ff4j.web.api.filter.JerseyApplicationEventListener.class - [JAR]
├─ org.ff4j.web.api.filter.JerseyRequestEventListener.class - [JAR]
org.ff4j.web.api.security
├─ org.ff4j.web.api.security.FF4JSecurityContextAuthenticationManager.class - [JAR]
├─ org.ff4j.web.api.security.FF4jAuthenticationFilter.class - [JAR]
├─ org.ff4j.web.api.security.FF4jAuthorizationFilter.class - [JAR]
org.ff4j.web.api.utils
├─ org.ff4j.web.api.utils.ClientHttpUtils.class - [JAR]