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 dubbo-spring-boot-actuator-3.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.dubbo.spring.boot.actuate.mertics
├─ org.apache.dubbo.spring.boot.actuate.mertics.DubboMetricsBinder.class - [JAR]
org.apache.dubbo.spring.boot.actuate.autoconfigure
├─ org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboEndpointAnnotationAutoConfiguration.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboMetricsAutoConfiguration.class - [JAR]
org.apache.dubbo.spring.boot.actuate.endpoint
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboConfigsMetadataEndpoint.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboMetadataEndpoint.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboPropertiesMetadataEndpoint.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboReferencesMetadataEndpoint.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboServicesMetadataEndpoint.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboShutdownEndpoint.class - [JAR]
org.apache.dubbo.spring.boot.actuate.endpoint.condition
├─ org.apache.dubbo.spring.boot.actuate.endpoint.condition.CompatibleConditionalOnEnabledEndpoint.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.condition.CompatibleOnEnabledEndpointCondition.class - [JAR]