Skip to content

Enum properties fail to convert with constructor instantiation. #2213

Closed
@michael-simons

Description

@michael-simons

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions