Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom path converter support #27

Open
jvmlet opened this issue Feb 25, 2018 · 0 comments
Open

Custom path converter support #27

jvmlet opened this issue Feb 25, 2018 · 0 comments

Comments

@jvmlet
Copy link

jvmlet commented Feb 25, 2018

Hello
It seems like the PathConverterContext con't be extened to supprot other path types, like UUID for example. My filter looks like this : uuidField=='CED17E16-78AF-47F6-8ACB-CF5CEEBBF8DB' where uuidField field is defined as private UUID uuidField.
The QuerydslRsqlVisitor::visit method fails with NullPointerException because PathConverterContext.getOperator(path) return null for UUID type.
Is there any workaround to overcome this ?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant