POJO/Wrapper/Bean class Utility

Many times, as a developer, we came across a common use case of creating POJO/Wrapper/Bean classes in Object oriented programming architecture.

What actually a POJO/Wrapper/Bean class generally contains?

  1. Member variables

  2. Getters

  3. Setters

  4. ToString

  5. Constructors

and other implementations, depending on use case.

I wonder, is there any way to generate all the general implementations using just the member variables?

With the same thought, I just finished creating a utility which can create these implementations just by using the member variables.

I made it just using simple JavaScript, HTML and CSS. No frameworks,no libraries

Try it

1.png

Source