Package io.quarkus.funqy.runtime.query
Interface QueryReader<T>
-
- All Known Implementing Classes:
BaseCollectionReader,BaseObjectReader,QueryListReader,QueryMapReader,QueryObjectReader,QuerySetReader
public interface QueryReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreadValue(Iterator<Map.Entry<String,String>> params)
-