nhl / link-move

A model-driven dynamically-configurable framework to acquire data from external sources and save it to your database.
Apache License 2.0
35 stars 15 forks source link

ValueConverter for enums #134

Closed andrus closed 7 years ago

andrus commented 7 years ago

We don't have a ValueConverter (ex JdbcNormalizer) for enum types. We need to add a generic one that handles any enum and is produced dynamically by an internal factory.