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 fusion-openapi-specification-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.scoperetail.fusion.orchestrator.adapter.in.web
├─ com.scoperetail.fusion.orchestrator.adapter.in.web.ApiUtil.class - [JAR]
├─ com.scoperetail.fusion.orchestrator.adapter.in.web.OrdersApi.class - [JAR]
├─ com.scoperetail.fusion.orchestrator.adapter.in.web.OrdersApiController.class - [JAR]
├─ com.scoperetail.fusion.orchestrator.adapter.in.web.OrdersApiDelegate.class - [JAR]
com.scoperetail.fusion.orchestrator.domain
├─ com.scoperetail.fusion.orchestrator.domain.ApiResponseError.class - [JAR]
├─ com.scoperetail.fusion.orchestrator.domain.Line.class - [JAR]
├─ com.scoperetail.fusion.orchestrator.domain.ModelApiResponse.class - [JAR]
├─ com.scoperetail.fusion.orchestrator.domain.OrderCreateRequest.class - [JAR]