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 mtc-starter-web-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cool.mtc.web.result
├─ cool.mtc.web.result.GlobalResultWrapper.class - [JAR]
cool.mtc.web
├─ cool.mtc.web.WebAutoConfiguration.class - [JAR]
├─ cool.mtc.web.WebProperties.class - [JAR]
cool.mtc.web.annotation.dict
├─ cool.mtc.web.annotation.dict.Dict.class - [JAR]
cool.mtc.web.util
├─ cool.mtc.web.util.HttpUtil.class - [JAR]
├─ cool.mtc.web.util.SpringUtil.class - [JAR]
cool.mtc.web.config
├─ cool.mtc.web.config.WebConfigurer.class - [JAR]
cool.mtc.web.controller
├─ cool.mtc.web.controller.BaseController.class - [JAR]
cool.mtc.web.component
├─ cool.mtc.web.component.I18nHandler.class - [JAR]
cool.mtc.web.model.form
├─ cool.mtc.web.model.form.FormSupport.class - [JAR]
├─ cool.mtc.web.model.form.LongIdFormSupport.class - [JAR]
cool.mtc.web.component.dict
├─ cool.mtc.web.component.dict.DefaultDictServiceImpl.class - [JAR]
├─ cool.mtc.web.component.dict.DictSerializer.class - [JAR]
├─ cool.mtc.web.component.dict.DictService.class - [JAR]
cool.mtc.web.page
├─ cool.mtc.web.page.PageHandler.class - [JAR]