Skip to content

RestMapping does not support dot names #16

Description

@cen1

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions