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 arklet-springboot-starter-0.5.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alipay.sofa.serverless.arklet.springboot.starter.health.endpoint.model
├─ com.alipay.sofa.serverless.arklet.springboot.starter.health.endpoint.model.EndpointResponse.class - [JAR]
├─ com.alipay.sofa.serverless.arklet.springboot.starter.health.endpoint.model.EndpointResponseCode.class - [JAR]
com.alipay.sofa.serverless.arklet.springboot.starter.health.endpoint
├─ com.alipay.sofa.serverless.arklet.springboot.starter.health.endpoint.ArkHealthCodeEndpoint.class - [JAR]
├─ com.alipay.sofa.serverless.arklet.springboot.starter.health.endpoint.ArkHealthEndpoint.class - [JAR]
com.alipay.sofa.serverless.arklet.springboot.starter.command
├─ com.alipay.sofa.serverless.arklet.springboot.starter.command.MasterBizCmdHandlerCollector.class - [JAR]
com.alipay.sofa.serverless.arklet.springboot.starter.listener
├─ com.alipay.sofa.serverless.arklet.springboot.starter.listener.ArkletApplicationListener.class - [JAR]
com.alipay.sofa.serverless.arklet.springboot.starter.health
├─ com.alipay.sofa.serverless.arklet.springboot.starter.health.HealthAutoConfiguration.class - [JAR]
com.alipay.sofa.serverless.arklet.springboot.starter.health.extension.indicator
├─ com.alipay.sofa.serverless.arklet.springboot.starter.health.extension.indicator.MasterBizHealthIndicator.class - [JAR]
com.alipay.sofa.serverless.arklet.springboot.starter
├─ com.alipay.sofa.serverless.arklet.springboot.starter.ArkletAutoConfiguration.class - [JAR]