public class SerializingQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
SerializingQueryRunner(com.fasterxml.jackson.databind.ObjectMapper smileMapper,
Class<T> clazz,
QueryRunner<T> baseRunner) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(Query<T> query,
Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence
|
public SerializingQueryRunner(com.fasterxml.jackson.databind.ObjectMapper smileMapper,
Class<T> clazz,
QueryRunner<T> baseRunner)
Copyright © 2011–2017. All rights reserved.