Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for builderCreator in the @BuilderMapping #1547

Open
filiphr opened this issue Jul 12, 2018 · 0 comments
Open

Add support for builderCreator in the @BuilderMapping #1547

filiphr opened this issue Jul 12, 2018 · 0 comments
Milestone

Comments

@filiphr
Copy link
Member

filiphr commented Jul 12, 2018

Currently as part of #1498 we have support for defining the buildMethod with an annotation. However, if there are multiple builder creation method one needs to define a custom SPI that would resolve that.

With this issue we need to investigate and find a way to do this with the @Builder.

The problem for the builderCreator one is a more complex one. We need the type of the builder at the time of the creation of the Type itself. As we need the properties really early on, when we are constructing the Target and Source references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant