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 syncope-core-starter-3.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.syncope.core.starter.actuate
├─ org.apache.syncope.core.starter.actuate.DefaultSyncopeCoreInfoContributor.class - [JAR]
├─ org.apache.syncope.core.starter.actuate.DomainsHealthIndicator.class - [JAR]
├─ org.apache.syncope.core.starter.actuate.EntityCacheEndpoint.class - [JAR]
├─ org.apache.syncope.core.starter.actuate.ExternalResourcesHealthIndicator.class - [JAR]
├─ org.apache.syncope.core.starter.actuate.SyncopeCoreInfoContributor.class - [JAR]
org.apache.syncope.core.starter
├─ org.apache.syncope.core.starter.SwaggerUIInitializer.class - [JAR]
├─ org.apache.syncope.core.starter.SyncopeCoreApplication.class - [JAR]
├─ org.apache.syncope.core.starter.SyncopeCoreStart.class - [JAR]
├─ org.apache.syncope.core.starter.SyncopeCoreStop.class - [JAR]
├─ org.apache.syncope.core.starter.TaskExecutorUnloader.class - [JAR]