Class JsonPathTreeNode
java.lang.Object
dev.blaauwendraad.masker.json.path.JsonPathTreeNode
Tree representation of (a set of)
JsonPath's for constant-time lookup in the PathAwareKeyContainsMasker.-
Constructor Summary
ConstructorsConstructorDescriptionJsonPathTreeNode(boolean isLeafNode) JsonPathTreeNode(Map<String, JsonPathTreeNode> children, boolean isLeafNode) -
Method Summary
-
Constructor Details
-
JsonPathTreeNode
public JsonPathTreeNode() -
JsonPathTreeNode
public JsonPathTreeNode(boolean isLeafNode) -
JsonPathTreeNode
-
-
Method Details