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>
@ProtoTypeId(6123)
public class JsonMergeFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, String>
- See Also:
-
Constructor Details
-
JsonMergeFunction
@ProtoFactory public JsonMergeFunction(byte[] path, byte[] value)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, String>
-