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
- Since:
- 9.4
-
Field Summary
Fields inherited from class org.infinispan.query.remote.json.JsonQueryResponse
ENTITY_PROJECTION_KEY, SCORE_PROJECTION_KEY, VERSION_PROJECTION_KEY
-
Constructor Summary
ConstructorDescriptionProjectedJsonResult
(int hitCount, boolean hitCountExact, List<JsonProjection> hits) -
Method Summary
Methods inherited from class org.infinispan.query.remote.json.JsonQueryResponse
hitCount, hitCountExact
-
Constructor Details
-
ProjectedJsonResult
-
-
Method Details
-
getHits
-
toJson
-