java.lang.Object
org.infinispan.query.remote.json.Hit
All Implemented Interfaces:
JsonSerialization
Direct Known Subclasses:
EntityProjection

public class Hit extends Object implements JsonSerialization
Represents each of the search results.
Since:
9.4
  • Field Details

    • value

      protected final Object value
  • Constructor Details

    • Hit

      public Hit(Object value)
  • Method Details