Package org.infinispan.query.remote.json
Class Hit
- java.lang.Object
-
- org.infinispan.query.remote.json.Hit
-
- All Implemented Interfaces:
JsonSerialization
public class Hit extends Object implements JsonSerialization
Represents each of the search results.- Since:
- 9.4
-
-
Constructor Detail
-
Hit
public Hit(Object value)
-
-
Method Detail
-
getValue
public Object getValue()
-
toJson
public Json toJson()
- Specified by:
toJson
in interfaceJsonSerialization
-
-