jar

com.github.wujiuye : JsonClassGenerator

Maven & Gradle

Jun 15, 2020
5 stars

Json Class Generator · 运行时根据json生成class,支持为生成的class添加注解

Table Of Contents

Latest Version

Download com.github.wujiuye : JsonClassGenerator JAR file - Latest Versions:

All Versions

Download com.github.wujiuye : JsonClassGenerator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window JsonClassGenerator-1.0.3-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wujiuye.jcg.util

├─ com.wujiuye.jcg.util.ClassFileUtils.class - [JAR]

├─ com.wujiuye.jcg.util.JcgClassLoader.class - [JAR]

├─ com.wujiuye.jcg.util.StringUtils.class - [JAR]

├─ com.wujiuye.jcg.util.TypeUtils.class - [JAR]

com.wujiuye.jcg

├─ com.wujiuye.jcg.AnnotationRule.class - [JAR]

├─ com.wujiuye.jcg.AnnotationRuleRegister.class - [JAR]

├─ com.wujiuye.jcg.ClassHandler.class - [JAR]

├─ com.wujiuye.jcg.JcgClassFactory.class - [JAR]

├─ com.wujiuye.jcg.MethodHandler.class - [JAR]

com.wujiuye.jcg.handler

├─ com.wujiuye.jcg.handler.AnnotationHandler.class - [JAR]

├─ com.wujiuye.jcg.handler.ClassAnnotionHandler.class - [JAR]

├─ com.wujiuye.jcg.handler.ClassHandler.class - [JAR]

├─ com.wujiuye.jcg.handler.FieldAnnotionHandler.class - [JAR]

├─ com.wujiuye.jcg.handler.FieldGetSetHandler.class - [JAR]

├─ com.wujiuye.jcg.handler.JsonToClassHandler.class - [JAR]

├─ com.wujiuye.jcg.handler.MethodHandler.class - [JAR]

com.wujiuye.jcg.tree

├─ com.wujiuye.jcg.tree.AnnotationNode.class - [JAR]

├─ com.wujiuye.jcg.tree.AnnotationRuleApplyUtils.class - [JAR]

├─ com.wujiuye.jcg.tree.DynamicClass.class - [JAR]

├─ com.wujiuye.jcg.tree.FieldNode.class - [JAR]

├─ com.wujiuye.jcg.tree.JsonClassDefinitionUtils.class - [JAR]