Class ArrayIndexPath

  • All Implemented Interfaces:
    Path

    public class ArrayIndexPath
    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
      com.fasterxml.jackson.databind.JsonNode index  
      private static com.fasterxml.jackson.databind.ObjectMapper MAPPER  
      private Path parent  
    • Constructor Summary

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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ArrayIndexPath chainIfNotNull​(Path parent, int index)  
      static ArrayIndexPath chainIfNotNull​(Path parent, com.fasterxml.jackson.databind.JsonNode index)  
      void get​(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)  
      private static com.fasterxml.jackson.databind.JsonNode mutate​(com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.JsonNode index, Path.Mutation mutation, boolean makeParent, boolean deleteMode)  
      com.fasterxml.jackson.databind.JsonNode mutate​(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)  
      static void resolve​(com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, com.fasterxml.jackson.databind.JsonNode index, boolean permissive)  
      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 Detail

      • index

        public final com.fasterxml.jackson.databind.JsonNode index
      • parent

        private final Path parent
      • MAPPER

        private static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
    • Constructor Detail

      • ArrayIndexPath

        public ArrayIndexPath​(Path parent,
                              com.fasterxml.jackson.databind.JsonNode index)