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 json2bean-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.json2bean.bs
├─ com.github.houbb.json2bean.bs.Json2BeanBs.class - [JAR]
com.github.houbb.json2bean.api
├─ com.github.houbb.json2bean.api.IClassGenerator.class - [JAR]
├─ com.github.houbb.json2bean.api.IClassGeneratorContext.class - [JAR]
├─ com.github.houbb.json2bean.api.IJson2Bean.class - [JAR]
├─ com.github.houbb.json2bean.api.IJson2BeanContext.class - [JAR]
├─ com.github.houbb.json2bean.api.IJsonParser.class - [JAR]
├─ com.github.houbb.json2bean.api.IJsonParserContext.class - [JAR]
├─ com.github.houbb.json2bean.api.INameGenerator.class - [JAR]
├─ com.github.houbb.json2bean.api.INameGeneratorContext.class - [JAR]
com.github.houbb.json2bean.core
├─ com.github.houbb.json2bean.core.Json2Bean.class - [JAR]
├─ com.github.houbb.json2bean.core.Json2BeanContext.class - [JAR]
com.github.houbb.json2bean.model
├─ com.github.houbb.json2bean.model.Json2BeanConfig.class - [JAR]
├─ com.github.houbb.json2bean.model.JsonClassMeta.class - [JAR]
├─ com.github.houbb.json2bean.model.JsonFieldMeta.class - [JAR]
com.github.houbb.json2bean.exception
├─ com.github.houbb.json2bean.exception.Json2BeanException.class - [JAR]
com.github.houbb.json2bean.support.name
├─ com.github.houbb.json2bean.support.name.ClassNameGenerator.class - [JAR]
├─ com.github.houbb.json2bean.support.name.FieldNameGenerator.class - [JAR]
├─ com.github.houbb.json2bean.support.name.NameGeneratorContext.class - [JAR]
com.github.houbb.json2bean.constant
├─ com.github.houbb.json2bean.constant.Json2BeanConst.class - [JAR]
com.github.houbb.json2bean.support.parser
├─ com.github.houbb.json2bean.support.parser.FastJsonParser.class - [JAR]
├─ com.github.houbb.json2bean.support.parser.JsonParserContext.class - [JAR]
com.github.houbb.json2bean.support.generator
├─ com.github.houbb.json2bean.support.generator.ClassGeneratorContext.class - [JAR]
├─ com.github.houbb.json2bean.support.generator.ClassGeneratorFile.class - [JAR]
com.github.houbb.json2bean.util
├─ com.github.houbb.json2bean.util.Json2BeanHelper.class - [JAR]