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
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
The text was updated successfully, but these errors were encountered:
Hello
It seems like the
PathConverterContext
con't be extened to supprot other path types, likeUUID
for example. My filter looks like this :uuidField=='CED17E16-78AF-47F6-8ACB-CF5CEEBBF8DB'
whereuuidField
field is defined asprivate UUID uuidField
.The
QuerydslRsqlVisitor::visit
method fails with NullPointerException becausePathConverterContext.getOperator(path)
returnnull
for UUID type.Is there any workaround to overcome this ?
Thanks
The text was updated successfully, but these errors were encountered: