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 ability to create bean default transformer #9

Open
Idane opened this issue Aug 2, 2022 · 0 comments
Open

Add ability to create bean default transformer #9

Idane opened this issue Aug 2, 2022 · 0 comments
Labels
enhancement New feature or request spring starter ShapeShift Spring Starter

Comments

@Idane
Copy link
Member

Idane commented Aug 2, 2022

Currently, bean transformers in Spring can not be registered as default.

  1. For annotated transformers, we could add a @DefaultMappingTransformer annotation which will register the transformer as default
  2. For transformers declared as beans from JavaConfig/XML, maybe we could add a construct similar to FilterRegistration, where additional information on the transformer is defined, could also utilize the existing TransformerRegistration for this purpose
@Idane Idane added enhancement New feature or request spring starter ShapeShift Spring Starter labels Aug 2, 2022
@Idane Idane added this to the v0.5.0 milestone Aug 2, 2022
@Idane Idane modified the milestones: v0.5.0, v0.6.0 Aug 9, 2022
@Idane Idane removed this from the v0.6.0 milestone Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request spring starter ShapeShift Spring Starter
Projects
None yet
Development

No branches or pull requests

1 participant