Package org.infinispan.query.remote.json
Class ProjectedJsonResult
- java.lang.Object
-
- org.infinispan.query.remote.json.JsonQueryResponse
-
- org.infinispan.query.remote.json.ProjectedJsonResult
-
- All Implemented Interfaces:
JsonSerialization
public class ProjectedJsonResult extends JsonQueryResponse
- Since:
- 9.4
-
-
Constructor Summary
Constructors Constructor Description ProjectedJsonResult(long totalResults, String[] projections, List<Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JsonProjection>
getHits()
Json
toJson()
-
Methods inherited from class org.infinispan.query.remote.json.JsonQueryResponse
getTotalResults
-
-