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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Currently, FilterHelper determines the field name from the actual type property's Java class field name, but this might not be correct all the time.
We should add a new fieldName or columnName property in the @Type.Property annotation which the service builder can use to define the correct field name for the binding.
The text was updated successfully, but these errors were encountered:
Currently,
FilterHelper
determines the field name from the actual type property's Java class field name, but this might not be correct all the time.We should add a new
fieldName
orcolumnName
property in the@Type.Property
annotation which the service builder can use to define the correct field name for the binding.The text was updated successfully, but these errors were encountered: