Gerador de classes Java a partir de JSON

Gere classes Java a partir de um exemplo JSON e transforme campos de API em modelos no estilo JavaBean. Crie uma base clara para DTOs, entidades e integrações.

JSON generates the Java entity type tool, JSON generates Javabean code

1, post on JSON content, Javabean's class name and package name automatically generate JavaBean code and download source code directly packaged

2. Support the generation of any complex/simple JSON string into the Javabean entity category

3, provide a JSON format error hint that does not format a non-compliant JSON string to ensure the accuracy of the Javabean entity category

4 If your JSON field contains system keywords and cannot modify field names at will, you can refer to the note in Gson to remove individual names:@serializableNameSolving the problem. The following is a comparison:

private List< Default > default;

@SerializedName("default")

private List< Default > mdefault;

Ferramentas recentes: