Package net.thisptr.jackson.jq
Class Scope.AbstractValueWithPath
- java.lang.Object
-
- net.thisptr.jackson.jq.Scope.AbstractValueWithPath
-
- All Implemented Interfaces:
Scope.ValueWithPath
- Direct Known Subclasses:
Scope.ValueSupplierImpl
,Scope.ValueWithPathImpl
- Enclosing class:
- Scope
private abstract static class Scope.AbstractValueWithPath extends java.lang.Object implements Scope.ValueWithPath
-
-
Constructor Summary
Constructors Constructor Description AbstractValueWithPath(Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
path()
-
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.Scope.ValueWithPath
value
-
-
-
-
Field Detail
-
path
private final Path path
-
-
Constructor Detail
-
AbstractValueWithPath
public AbstractValueWithPath(Path path)
-
-
Method Detail
-
path
public Path path()
- Specified by:
path
in interfaceScope.ValueWithPath
-
-