Uses of Class
io.quarkus.funqy.runtime.query.QueryObjectMapper
-
Packages that use QueryObjectMapper Package Description io.quarkus.funqy.runtime.query -
-
Uses of QueryObjectMapper in io.quarkus.funqy.runtime.query
Constructors in io.quarkus.funqy.runtime.query with parameters of type QueryObjectMapper Constructor Description BaseCollectionReader(Type genericType, QueryObjectMapper mapper)QueryListReader(Type genericType, QueryObjectMapper mapper)QueryMapReader(Type genericType, QueryObjectMapper mapper)QueryObjectReader(Class clz, QueryObjectMapper mapper)QuerySetReader(Type genericType, QueryObjectMapper mapper)
-