mapstruct-spring-extensions
mapstruct-spring-extensions copied to clipboard
Helpful additions to MapStruct when using the Spring Framework.
My spring boot application is a none web application, and spring boot will not auto create the ConversionService bean (which class is `WebConversionService`), so I need to manually create one....
Related to https://github.com/mapstruct/mapstruct-spring-extensions/issues/101 Hi, I am trying to modify the annotation processor to support custom Converter interface but I don't know how to process DelegatingConverter by inheritance. New code in...
In the spirit of the core's [`@AnnotateWith`](https://mapstruct.org/documentation/dev/reference/html/#adding-annotations). This would solve #3 as well.
codecov.io still seems to show the results for the default Gradle project. There's no mention of the classes currently in the project.
See discussion in mapstruct/mapstruct#1528.
This is compatible with Spring 6 / Spring Boot 3
So, I am trying to write Junit tests for my web application; in order to do so, I have written a `@Configuration` class using the `@ConverterScan` annotation, in order to...
With following environment `compiler: Eclipse JDT (IDE) 1.4.200.v20220802-0458, environment: Java 17.0.4.1 (Eclipse Adoptium)`, adapter class will NOT be generating method for all of the converters, but it only generate the...