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 esborg-starter-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.esborg.starter.openapi
├─ io.esborg.starter.openapi.OpenApiAutoConfiguration.class - [JAR]
├─ io.esborg.starter.openapi.OpenApiConfiguration.class - [JAR]
io.esborg.starter.validation.contract
├─ io.esborg.starter.validation.contract.OnCreate.class - [JAR]
├─ io.esborg.starter.validation.contract.OnUpdate.class - [JAR]
io.esborg.starter.app
├─ io.esborg.starter.app.AppAutoConfiguration.class - [JAR]
├─ io.esborg.starter.app.AppConfiguration.class - [JAR]
├─ io.esborg.starter.app.AppConfigurationProperties.class - [JAR]
io.esborg.starter.web.exception
├─ io.esborg.starter.web.exception.DataNotFoundException.class - [JAR]
├─ io.esborg.starter.web.exception.DataNotUniqueException.class - [JAR]
├─ io.esborg.starter.web.exception.DefaultExceptionHandler.class - [JAR]
├─ io.esborg.starter.web.exception.DuplicateRequestException.class - [JAR]
├─ io.esborg.starter.web.exception.ExceptionErrorItem.class - [JAR]
├─ io.esborg.starter.web.exception.ExceptionResponse.class - [JAR]
io.esborg.starter.web
├─ io.esborg.starter.web.WebAutoConfiguration.class - [JAR]
├─ io.esborg.starter.web.WebConfiguration.class - [JAR]