Class JsonPathTreeNode

java.lang.Object
dev.blaauwendraad.masker.json.path.JsonPathTreeNode

public class JsonPathTreeNode extends Object
Tree representation of (a set of) JsonPath's for constant-time lookup in the PathAwareKeyContainsMasker.
  • Constructor Details

    • JsonPathTreeNode

      public JsonPathTreeNode()
    • JsonPathTreeNode

      public JsonPathTreeNode(boolean isLeafNode)
    • JsonPathTreeNode

      public JsonPathTreeNode(Map<String,JsonPathTreeNode> children, boolean isLeafNode)
  • Method Details