Interface Resolvable

    • Method Detail

      • resolved

        default java.lang.Object resolved​(java.lang.Object... parameters)
        When creating paths, any node in the path can be set to ZPath.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

        java.lang.Object resolved​(java.util.List<java.lang.Object> parameters)
        When creating paths, any node in the path can be set to ZPath.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