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 apicurio-registry-rest-client-1.3.2.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.apicurio.registry.client
├─ io.apicurio.registry.client.CompatibleClient.class - [JAR]
├─ io.apicurio.registry.client.RegistryRestClient.class - [JAR]
├─ io.apicurio.registry.client.RegistryRestClientFactory.class - [JAR]
├─ io.apicurio.registry.client.RegistryRestClientImpl.class - [JAR]
io.apicurio.registry.client.request
├─ io.apicurio.registry.client.request.Config.class - [JAR]
├─ io.apicurio.registry.client.request.HeadersInterceptor.class - [JAR]
├─ io.apicurio.registry.client.request.RequestHandler.class - [JAR]
io.apicurio.registry.client.service
├─ io.apicurio.registry.client.service.ArtifactsService.class - [JAR]
├─ io.apicurio.registry.client.service.IdsService.class - [JAR]
├─ io.apicurio.registry.client.service.RulesService.class - [JAR]
├─ io.apicurio.registry.client.service.SearchService.class - [JAR]