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 discovery-agent-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.totango.discoveryagent.gson
├─ com.totango.discoveryagent.gson.ServiceDeserializer.class - [JAR]
├─ com.totango.discoveryagent.gson.ValueDeserializer.class - [JAR]
com.totango.discoveryagent
├─ com.totango.discoveryagent.ConsulClient.class - [JAR]
├─ com.totango.discoveryagent.ConsulClientFactory.class - [JAR]
├─ com.totango.discoveryagent.DiscoveryService.class - [JAR]
├─ com.totango.discoveryagent.LoadBalancer.class - [JAR]
├─ com.totango.discoveryagent.NoServiceAvailable.class - [JAR]
├─ com.totango.discoveryagent.RoundRobinLoadBalancer.class - [JAR]
├─ com.totango.discoveryagent.ServiceRequest.class - [JAR]
com.totango.discoveryagent.model
├─ com.totango.discoveryagent.model.Service.class - [JAR]
├─ com.totango.discoveryagent.model.ServiceGroup.class - [JAR]
├─ com.totango.discoveryagent.model.Value.class - [JAR]