Json Generate Java Entity Class Tool, Json Generate JavaBean Code

1. Paste the json content, Javabean the class name and package name to automatically generate the JavaBean code, and can be directly packaged to download the source code

2, support any complex/simple format Json string generated Javabean entity class

3. Provide Json format error prompts, and will not format Json strings that do not meet the specifications, ensuring the accuracy of Javabean entity classes

4. If your Json field contains system keywords and cannot modify the field name at will, you can refer to the annotation in Gson as an alias:@serializableNameSolve this problem. Below is a before-and-after comparison:

private List< Default > default;

@SerializedName("default")

private List< Default > mdefault;

Your footprint:

Friend Links:iCMS