Package net.thisptr.jackson.jq
Class Scope.ValueWithPathImpl
java.lang.Object
net.thisptr.jackson.jq.Scope.ValueWithPathImpl
- All Implemented Interfaces:
Scope.ValueWithPath
- Enclosing class:
Scope
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private final com.fasterxml.jackson.databind.JsonNode value -
path
-
-
Constructor Details
-
ValueWithPathImpl
-
-
Method Details
-
value
public com.fasterxml.jackson.databind.JsonNode value()- Specified by:
value
in interfaceScope.ValueWithPath
-
path
- Specified by:
path
in interfaceScope.ValueWithPath
-