Class PathExpressionVisitor.Setter

    • Constructor Detail

      • Setter

        public Setter​(com.fasterxml.jackson.databind.JsonNode json,
                      Integer indexVarValue,
                      com.fasterxml.jackson.databind.JsonNode valueToAssign)
    • 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