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