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 spi-plugin-core-json-renderer-0.15.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ainrif.apiator.renderer.plugin.spi.modeltype
├─ com.ainrif.apiator.renderer.plugin.spi.modeltype.ModelType.class - [JAR]
├─ com.ainrif.apiator.renderer.plugin.spi.modeltype.ModelTypePlugin.class - [JAR]
com.ainrif.apiator.renderer.plugin.spi.path
├─ com.ainrif.apiator.renderer.plugin.spi.path.PathPlugin.class - [JAR]
com.ainrif.apiator.renderer.plugin.spi.property
├─ com.ainrif.apiator.renderer.plugin.spi.property.PropertyPlugin.class - [JAR]
├─ com.ainrif.apiator.renderer.plugin.spi.property.PropertyViewData.class - [JAR]
com.ainrif.apiator.renderer.plugin.spi
├─ com.ainrif.apiator.renderer.plugin.spi.CompositePlugin.class - [JAR]
├─ com.ainrif.apiator.renderer.plugin.spi.CoreJsonRendererPlugin.class - [JAR]
com.ainrif.apiator.renderer.plugin.spi.param
├─ com.ainrif.apiator.renderer.plugin.spi.param.ParamPlugin.class - [JAR]
├─ com.ainrif.apiator.renderer.plugin.spi.param.ParamViewData.class - [JAR]