You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MetaDataDrivenConversionService registers the EnumStringConverter with the delegate. However, the adapter created by Spring is then typed to java.lang.Enum, not to the correct enum.
For enum attributes we must use the concrete enum class when registering our converters.