Class InvalidPath

  • All Implemented Interfaces:
    Path

    public class InvalidPath
    extends java.lang.Object
    implements Path
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.thisptr.jackson.jq.path.Path

        Path.Mutation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.fasterxml.jackson.databind.JsonNode index  
      private Path parent  
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidPath​(Path parent, com.fasterxml.jackson.databind.JsonNode index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void get​(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)  
      com.fasterxml.jackson.databind.JsonNode mutate​(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)  
      void toJsonNode​(com.fasterxml.jackson.databind.node.ArrayNode out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.thisptr.jackson.jq.path.Path

        mutate