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 uberfire-preferences-client-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.uberfire.preferences.client.store
├─ org.uberfire.preferences.client.store.PreferenceBeanStoreClientImpl.class - [JAR]
├─ org.uberfire.preferences.client.store.PreferenceStore.class - [JAR]
├─ org.uberfire.preferences.client.store.PreferenceStoreIOCProvider.class - [JAR]
org.uberfire.preferences.client.annotations
├─ org.uberfire.preferences.client.annotations.ComponentKey.class - [JAR]
org.uberfire.preferences.client.scope
├─ org.uberfire.preferences.client.scope.ClientUsernameProvider.class - [JAR]
├─ org.uberfire.preferences.client.scope.PreferenceScopeResolutionStrategyIOCProvider.class - [JAR]
org.uberfire.preferences.client.utils
├─ org.uberfire.preferences.client.utils.PreferenceQualifierUtils.class - [JAR]