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-compatible-2.7.12-mone-v8.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.autoconfigure
├─ org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboEndpointAutoConfiguration.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboEndpointMetadataAutoConfiguration.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboHealthIndicatorAutoConfiguration.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboMvcEndpointManagementContextConfiguration.class - [JAR]
org.apache.dubbo.spring.boot.actuate.health
├─ org.apache.dubbo.spring.boot.actuate.health.DubboHealthIndicator.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.health.DubboHealthIndicatorProperties.class - [JAR]
org.apache.dubbo.spring.boot.actuate.endpoint
├─ org.apache.dubbo.spring.boot.actuate.endpoint.DubboEndpoint.class - [JAR]
org.apache.dubbo.spring.boot.actuate.endpoint.metadata
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.AbstractDubboMetadata.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboConfigsMetadata.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboMetadata.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboPropertiesMetadata.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboReferencesMetadata.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboServicesMetadata.class - [JAR]
├─ org.apache.dubbo.spring.boot.actuate.endpoint.metadata.DubboShutdownMetadata.class - [JAR]
org.apache.dubbo.spring.boot.actuate.endpoint.mvc
├─ org.apache.dubbo.spring.boot.actuate.endpoint.mvc.DubboMvcEndpoint.class - [JAR]