Class InvalidPath

java.lang.Object
net.thisptr.jackson.jq.path.InvalidPath
All Implemented Interfaces:
Path

public class InvalidPath extends 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 final com.fasterxml.jackson.databind.JsonNode
     
    private final Path
     
  • Constructor Summary

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

    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
  • Field Details

    • parent

      private final Path parent
    • index

      private final com.fasterxml.jackson.databind.JsonNode index
  • Constructor Details

    • InvalidPath

      public InvalidPath(Path parent, com.fasterxml.jackson.databind.JsonNode index)
  • Method Details