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 bootique-swagger-jakarta-3.0.M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.bootique.swagger
├─ io.bootique.swagger.BaseModelConverter.class - [JAR]
├─ io.bootique.swagger.OpenApiLoader.class - [JAR]
├─ io.bootique.swagger.OpenApiMerger.class - [JAR]
├─ io.bootique.swagger.OpenApiModel.class - [JAR]
├─ io.bootique.swagger.OpenApiModelFactory.class - [JAR]
├─ io.bootique.swagger.SwaggerModule.class - [JAR]
├─ io.bootique.swagger.SwaggerModuleExtender.class - [JAR]
├─ io.bootique.swagger.SwaggerModuleProvider.class - [JAR]
├─ io.bootique.swagger.SwaggerOpenapiApi.class - [JAR]
├─ io.bootique.swagger.SwaggerOpenapiApiFactory.class - [JAR]
├─ io.bootique.swagger.TypeWrapper.class - [JAR]