Interface Resolvable
- All Known Implementing Classes:
ModelSpecImpl
,ZPathImpl
public interface Resolvable
-
Method Summary
Modifier and TypeMethodDescriptiondefault Object
When creating paths, any node in the path can be set toZPath.parameter()
.When creating paths, any node in the path can be set toZPath.parameter()
.
-
Method Details
-
resolved
When creating paths, any node in the path can be set toZPath.parameter()
. At runtime, the ZPath can be "resolved" by replacing these nodes with values.- Parameters:
parameters
- list of replacements. Must have be the same length as the number of parameter nodes in the path- Returns:
- new resolved ZPath
-
resolved
When creating paths, any node in the path can be set toZPath.parameter()
. At runtime, the ZPath can be "resolved" by replacing these nodes with values.- Parameters:
parameters
- list of replacements. Must have be the same length as the number of parameter nodes in the path- Returns:
- new resolved ZPath
-