public abstract class QueryJsonHandler extends java.lang.Object implements QueryHandler<JsonData>
| Constructor and Description |
|---|
QueryJsonHandler() |
| Modifier and Type | Method and Description |
|---|---|
JsonData |
processRawDataFromCache(JsonData rawData)
We need to process the data from data source, do some filter of convert the structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDataForCache, onQueryFinishpublic JsonData processRawDataFromCache(JsonData rawData)
QueryHandlerprocessRawDataFromCache in interface QueryHandler<JsonData>