Class JsonRespFunction
java.lang.Object
org.infinispan.server.resp.json.JsonRespFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Object>>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Object>>
public class JsonRespFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Object>>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<byte[], JsonBucket> entryView)
-
Field Details
-
EXTERNALIZER
-
-
Constructor Details
-
JsonRespFunction
public JsonRespFunction(byte[] path)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Object>>
-