uglycustard / buildergenerator

A tool to auto generate builders following the Builder pattern for an object graph of JavaBeans.
Apache License 2.0
5 stars 2 forks source link

Ability to generate builder for single class without object graph traversal #7

Open uglycustard opened 10 years ago

uglycustard commented 9 years ago

This would probably need to treat any complex properties that would normally result in a builder being generated as simple types, i.e. don't generate a builder for them and therefore have no builder chaining in the with methods.