bowbahdoe/magic-bean
A very basic library which will generate getters and setters.
This library helps Java developers automatically create common, repetitive code for their simple data-holding classes. You provide a basic Java class definition, and it generates the standard 'getter' and 'setter' methods, along with methods for comparing objects, generating hash codes, and creating string representations. This is for Java developers who build applications and need to reduce manual coding.
No commits in the last 6 months.
Use this if you are a Java developer frequently writing 'plain old Java objects' (POJOs) and want to reduce boilerplate code for getters, setters, equals, hashCode, and toString methods.
Not ideal if you need to create immutable data objects or are working with older Java versions (before Java 21).
Stars
97
Forks
12
Language
Java
License
—
Category
Last pushed
Feb 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/bowbahdoe/magic-bean"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...