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 mvc-gen-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mvc.api
├─ org.mvc.api.AbstractBaseProperties.class - [JAR]
├─ org.mvc.api.AbstractBaseSpec.class - [JAR]
├─ org.mvc.api.BaseSpec.class - [JAR]
├─ org.mvc.api.PropertyHolder.class - [JAR]
├─ org.mvc.api.TableColumnApi.class - [JAR]
org.mvc.util
├─ org.mvc.util.JdbcUtil.class - [JAR]
├─ org.mvc.util.ReflectUtil.class - [JAR]
├─ org.mvc.util.StringUtils.class - [JAR]
├─ org.mvc.util.VerdictUtil.class - [JAR]
org.mvc.gen
├─ org.mvc.gen.ClassSpec.class - [JAR]
├─ org.mvc.gen.InnerMethod.class - [JAR]
├─ org.mvc.gen.MethodDesc.class - [JAR]
├─ org.mvc.gen.ParameterDesc.class - [JAR]
org.mvc.conf.handler
├─ org.mvc.conf.handler.PropertiesHandler.class - [JAR]
├─ org.mvc.conf.handler.TableColumnHandler.class - [JAR]
org.mvc.exception
├─ org.mvc.exception.InvaildPropertiesException.class - [JAR]
org.mvc.conf
├─ org.mvc.conf.MethodConstant.class - [JAR]
├─ org.mvc.conf.PropertiesConstant.class - [JAR]
├─ org.mvc.conf.PropertyFactory.class - [JAR]
├─ org.mvc.conf.TableDesc.class - [JAR]
org.mvc.poet
├─ org.mvc.poet.ColumnMap.class - [JAR]
├─ org.mvc.poet.PoetApply.class - [JAR]