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 graphql-dgs-spring-boot-oss-autoconfigure-7.3.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.netflix.graphql.dgs.apq
├─ com.netflix.graphql.dgs.apq.AutomatedPersistedQueryCacheAdapter.class - [JAR]
├─ com.netflix.graphql.dgs.apq.AutomatedPersistedQueryCaffeineCache.class - [JAR]
├─ com.netflix.graphql.dgs.apq.DgsAPQSupportAutoConfiguration.class - [JAR]
├─ com.netflix.graphql.dgs.apq.DgsAPQSupportProperties.class - [JAR]
com.netflix.graphql.dgs.autoconfig
├─ com.netflix.graphql.dgs.autoconfig.DgsAutoConfiguration.class - [JAR]
├─ com.netflix.graphql.dgs.autoconfig.DgsConfigurationProperties.class - [JAR]
├─ com.netflix.graphql.dgs.autoconfig.DgsInputArgumentConfiguration.class - [JAR]
com.netflix.graphql.dgs.diagnostics
├─ com.netflix.graphql.dgs.diagnostics.SchemaFailureAnalyzer.class - [JAR]