Class LiteralExpressionJmespathRuntime

java.lang.Object
software.amazon.smithy.jmespath.LiteralExpressionJmespathRuntime
All Implemented Interfaces:
Comparator<LiteralExpression>, JmespathRuntime<LiteralExpression>

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

Does not use values of the additional LiteralExpression.EXPREF or LiteralExpression.ANY types as they aren't necessary.