public class JsonGetterContext extends Object
Constructor and Description |
---|
JsonGetterContext(String attributePath) |
Modifier and Type | Method and Description |
---|---|
WeightedEvictableList.WeightedItem<JsonPattern> |
addOrVoteForPattern(JsonPattern pattern) |
List<WeightedEvictableList.WeightedItem<JsonPattern>> |
getPatternListSnapshot() |
JsonPathCursor |
newJsonPathCursor() |
void |
voteFor(WeightedEvictableList.WeightedItem<JsonPattern> item) |
public JsonGetterContext(String attributePath)
public List<WeightedEvictableList.WeightedItem<JsonPattern>> getPatternListSnapshot()
public void voteFor(WeightedEvictableList.WeightedItem<JsonPattern> item)
public WeightedEvictableList.WeightedItem<JsonPattern> addOrVoteForPattern(JsonPattern pattern)
public JsonPathCursor newJsonPathCursor()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.