-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Is it possible to apply a custom function to a parameter value? For example, remove all special characters.
filter=number=like='123????'
And when searching there will be number like '%123%'.
It would be convenient to register a custom function for an entity field and have this function applied when forming a request.
addEntityAttributeParser(Class<T> entityClass, String fieldEntity, Function<?, ?> function)
Metadata
Metadata
Assignees
Labels
No labels