Open
Description
Something like this
https://docs.spring.io/spring-data/jpa/reference/repositories/core-extensions.html#core.web.type-safe
Currently it seems not work with Statement
.
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.neo4j.cypherdsl.core.Statement` (no Creators, like default constructor, exist): abstract types either need to be mapped to concrete types, have custom deserializer, or contain additional type information
Test with spring boot 3.3.3
Please add web support, it's very useful for write a complex query api.