Class Scope.ValueWithPathImpl

java.lang.Object
net.thisptr.jackson.jq.Scope.ValueWithPathImpl
All Implemented Interfaces:
Scope.ValueWithPath
Enclosing class:
Scope

private static class Scope.ValueWithPathImpl extends Object implements Scope.ValueWithPath
  • Field Details

    • value

      private final com.fasterxml.jackson.databind.JsonNode value
    • path

      private final Path path
  • Constructor Details

    • ValueWithPathImpl

      public ValueWithPathImpl(com.fasterxml.jackson.databind.JsonNode value, Path path)
  • Method Details