Class EvaluationUtils
java.lang.Object
software.amazon.smithy.jmespath.evaluation.EvaluationUtils
Functions that make evaluating JmespathExpressions or implementing the JmespathRuntime interface easier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcodePointCount(String string) static <T> booleanequals(JmespathRuntime<T> runtime, T a, T b) Default implementation of equality.static NumberTypenumberType(Number number)
-
Constructor Details
-
EvaluationUtils
public EvaluationUtils()
-
-
Method Details
-
numberType
-
codePointCount
-
equals
Default implementation of equality. Objects.equals() is not generally adequate because it will not consider equivalent Number values of different types equal.
-