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 simpleclient_spring_boot-0.16.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.prometheus.client.spring.boot
├─ io.prometheus.client.spring.boot.EnablePrometheusEndpoint.class - [JAR]
├─ io.prometheus.client.spring.boot.EnableSpringBootMetricsCollector.class - [JAR]
├─ io.prometheus.client.spring.boot.PrometheusEndpoint.class - [JAR]
├─ io.prometheus.client.spring.boot.PrometheusEndpointConfiguration.class - [JAR]
├─ io.prometheus.client.spring.boot.PrometheusMetricsConfiguration.class - [JAR]
├─ io.prometheus.client.spring.boot.PrometheusMvcEndpoint.class - [JAR]
├─ io.prometheus.client.spring.boot.SpringBootMetricsCollector.class - [JAR]