kumuluz / kumuluzee-rest

KumuluzEE REST extension for implementation of common, advanced and flexible REST API functionalities and patterns as microservices.
https://ee.kumuluz.com
Other
8 stars 4 forks source link

RestMapping does not support dot names #16

Open cen1 opened 3 years ago

cen1 commented 3 years ago

RestMapping does not support renames containing dot.

Sample entity: @RestMapping(value = "publish.version") Integer publishVersion

Client request: ?filter=publish.version:EQ:1

Probable fix is to first process all RestMapping annotations, remove matched filters and then run the current logic on the remaining filters.