Class NodeJmespathRuntime

java.lang.Object
software.amazon.smithy.model.jmespath.node.NodeJmespathRuntime
All Implemented Interfaces:
Comparator<Node>, JmespathRuntime<Node>

public final class NodeJmespathRuntime extends Object implements JmespathRuntime<Node>
A singleton implementation of the JmespathRuntime interface based on instances of the Node class.