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 shardingsphere-agent-api-5.3.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.agent.api.advice.type
├─ org.apache.shardingsphere.agent.api.advice.type.ConstructorAdvice.class - [JAR]
├─ org.apache.shardingsphere.agent.api.advice.type.InstanceMethodAdvice.class - [JAR]
├─ org.apache.shardingsphere.agent.api.advice.type.StaticMethodAdvice.class - [JAR]
org.apache.shardingsphere.agent.api.advice
├─ org.apache.shardingsphere.agent.api.advice.AgentAdvice.class - [JAR]
├─ org.apache.shardingsphere.agent.api.advice.TargetAdviceObject.class - [JAR]
org.apache.shardingsphere.agent.spi
├─ org.apache.shardingsphere.agent.spi.PluginLifecycleService.class - [JAR]
org.apache.shardingsphere.agent.api
├─ org.apache.shardingsphere.agent.api.PluginConfiguration.class - [JAR]