We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently we only support lifecycle methods on for a single type.
This issue is to expand that so the lifecycles are invoked for the type being build.
Example. We have Person with PersonBuilder.
Person
PersonBuilder
The following lifecycle methods are / should be invoked:
@BeforeMapping
@TargetType
@MappingTarget
@AfterMapping
Currently we only support lifecycle methods on for a single type.
This issue is to expand that so the lifecycles are invoked for the type being build.
Example. We have
PersonwithPersonBuilder.The following lifecycle methods are / should be invoked:
@BeforeMappingwith no parameters@BeforeMappingwith@TargetTypePerson@BeforeMappingwith@TargetTypePersonBuilder@BeforeMappingwith@MappingTargetPersonBuilder@AfterMappingwith no parameters@AfterMappingwith@TargetTypePerson@AfterMappingwith@TargetTypePersonBuilder@AfterMappingwith@MappingTargetPerson@AfterMappingwith@MappingTargetPersonBuilder@AfterMappingwith@MappingTargetPersonBuilderand returningPerson