This issue was inspired by https://stackoverflow.com/questions/68468415/error-to-map-enums-with-mappingconstants-case-transformation.
Ideally we should include the supported case transformations in the error message in
|
throw new IllegalArgumentException( |
|
"Unexpected configuration for enum case transformation: " + configuration ); |
This issue is a simple one and is an ideal candidate for someone from the community to implement it. Please let us know if you are interested to work on it.
This issue was inspired by https://stackoverflow.com/questions/68468415/error-to-map-enums-with-mappingconstants-case-transformation.
Ideally we should include the supported case transformations in the error message in
mapstruct/processor/src/main/java/org/mapstruct/ap/spi/CaseEnumTransformationStrategy.java
Lines 39 to 40 in 4576103
This issue is a simple one and is an ideal candidate for someone from the community to implement it. Please let us know if you are interested to work on it.