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 lowcoder-plugin-api-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.lowcoder.plugin.api
├─ org.lowcoder.plugin.api.EndpointExtension.class - [JAR]
├─ org.lowcoder.plugin.api.LowcoderPlugin.class - [JAR]
├─ org.lowcoder.plugin.api.LowcoderServices.class - [JAR]
├─ org.lowcoder.plugin.api.PluginEndpoint.class - [JAR]
org.lowcoder.plugin.api.event
├─ org.lowcoder.plugin.api.event.LowcoderEvent.class - [JAR]
org.lowcoder.plugin.api.data
├─ org.lowcoder.plugin.api.data.EndpointRequest.class - [JAR]
├─ org.lowcoder.plugin.api.data.EndpointResponse.class - [JAR]