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 Details

    • ProjectedJsonResult

      public ProjectedJsonResult(long totalResults, List<JsonProjection> hits)
  • Method Details