Skip to content
ronakgpatel edited this page Feb 11, 2018 · 1 revision

Welcome to the BuilderPlugIn wiki!

Eclipse plugin that can generate the Builder class based on the current Java class. It follows the same standard of creating Builder class based on standard Builder Pattern. It would create inner static Builder class having method for each of the instance variable. Also it would create the constructor in the original class which accepts the Builder instance and generate the original class.

If the Builder class is already present in the class, it would replace the original Builder class. It can take care of the static fields as well.

Clone this wiki locally