Skip to content

Add support for builderCreator in the @BuilderMapping #1547

@filiphr

Description

@filiphr

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions