Configuration
Basic Usage
Convert your JSON objects into Java Bean classes with proper getters, setters, and optional Lombok support.
Basic Steps
- Enter your JSON in the input field or use the Load Example button
- Configure package name, class name, and Lombok settings
- Click 'Generate Java Bean' to create the Java class
- Copy the generated code for your use