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 apicurio-studio-be-hub-codegen-0.2.15.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.apicurio.hub.api.codegen.js
├─ io.apicurio.hub.api.codegen.js.CodegenExecutor.class - [JAR]
io.apicurio.hub.api.codegen.beans
├─ io.apicurio.hub.api.codegen.beans.CodegenInfo.class - [JAR]
├─ io.apicurio.hub.api.codegen.beans.CodegenJavaArgument.class - [JAR]
├─ io.apicurio.hub.api.codegen.beans.CodegenJavaBean.class - [JAR]
├─ io.apicurio.hub.api.codegen.beans.CodegenJavaInterface.class - [JAR]
├─ io.apicurio.hub.api.codegen.beans.CodegenJavaMethod.class - [JAR]
├─ io.apicurio.hub.api.codegen.beans.CodegenJavaReturn.class - [JAR]
io.apicurio.hub.api.codegen
├─ io.apicurio.hub.api.codegen.OpenApi2Thorntail.class - [JAR]
io.apicurio.hub.api.codegen.util
├─ io.apicurio.hub.api.codegen.util.IndexedCodeWriter.class - [JAR]