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
Currently, jimmer is already very complete in the enumeration mapping of the database, but it is not possible to elegantly obtain the customized name/original in @EnumItem when serializing/deserializing the enumeration.
Reason
目前jimmer在数据库的枚举映射中已经很完善,但是在序列化/反序列化枚举时无法优雅获取到@EnumItem中自定义的name/original.
Currently, jimmer is already very complete in the enumeration mapping of the database, but it is not possible to elegantly obtain the customized name/original in @EnumItem when serializing/deserializing the enumeration.
Description
允许自定义覆盖枚举的ScalarProvider, 或者让用户自行决定哪个字段类型使用哪个ScalarProvider.
Allows custom overriding of the enumeration's ScalarProvider, or allows users to decide which ScalarProvider to use for which field type.
Existing solutions
No response
The text was updated successfully, but these errors were encountered: