Class PathExpressionVisitor.Getter

    • Constructor Detail

      • Getter

        public Getter​(com.fasterxml.jackson.databind.JsonNode json,
                      Integer indexVarValue)
    • Method Detail

      • reachedObjectField

        protected com.fasterxml.jackson.databind.JsonNode reachedObjectField​(com.fasterxml.jackson.databind.node.ObjectNode object,
                                                                             String fieldName)
        Specified by:
        reachedObjectField in class PathExpressionVisitor
      • reachedArrayIndex

        protected com.fasterxml.jackson.databind.JsonNode reachedArrayIndex​(com.fasterxml.jackson.databind.node.ArrayNode array,
                                                                            int index)
        Specified by:
        reachedArrayIndex in class PathExpressionVisitor