Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

add builder support on inner data classes#16

Open
vboulaye wants to merge 1 commit intoThinkingLogic:masterfrom
vboulaye:builder-for-inner-class
Open

add builder support on inner data classes#16
vboulaye wants to merge 1 commit intoThinkingLogic:masterfrom
vboulaye:builder-for-inner-class

Conversation

@vboulaye
Copy link
Copy Markdown

This is an attempt at supporting @Builder on inner classes (right now the Builder class is created with the just the inner class name instead of a more "qualified name").

It creates a builder class named after the enclosing classes: <enclosing class name>_<inner class name>Builder

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant