Class JsonLenFunction
java.lang.Object
org.infinispan.server.resp.json.JsonLenFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
- Direct Known Subclasses:
JsonLenArrayFunction
,JsonLenObjFunction
,JsonLenStrFunction
public class JsonLenFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonLenFunction
(byte[] path, Predicate<com.fasterxml.jackson.databind.JsonNode> condition, Function<com.fasterxml.jackson.databind.JsonNode, Long> mapper) -
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<byte[], JsonBucket> entryView)
-
Field Details
-
ERR_PATH_CAN_T_BE_NULL
- See Also:
-
path
protected byte[] path -
condition
-
mapper
-
-
Constructor Details
-
JsonLenFunction
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
-