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 spring-boot-starter-ajaxclient-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
spring.ajax.client.controller
├─ spring.ajax.client.controller.AjaxMethodInfo.class - [JAR]
├─ spring.ajax.client.controller.JSClientCodeGeneratorController.class - [JAR]
├─ spring.ajax.client.controller.MappingValidator.class - [JAR]
spring.ajax.client
├─ spring.ajax.client.Config.class - [JAR]
spring.ajax.client.interceptor
├─ spring.ajax.client.interceptor.CSRFProtectInterceptor.class - [JAR]
spring.ajax.client.controller.validators
├─ spring.ajax.client.controller.validators.NoStarInPathValidator.class - [JAR]
spring.ajax.client.anno
├─ spring.ajax.client.anno.AjaxMapping.class - [JAR]
├─ spring.ajax.client.anno.CSRF.class - [JAR]
spring.ajax.client.controller.exception
├─ spring.ajax.client.controller.exception.ErrorE.class - [JAR]