Class ObjectFieldPath

  • All Implemented Interfaces:
    Path

    public class ObjectFieldPath
    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
      java.lang.String key  
      private static com.fasterxml.jackson.databind.ObjectMapper MAPPER  
      private Path parent  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectFieldPath​(Path parent, java.lang.String key)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ObjectFieldPath chainIfNotNull​(Path parent, java.lang.String key)  
      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, java.lang.String key, Path.Mutation mutation, boolean makeParent)  
      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, java.lang.String key, 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