public abstract class ValueLiteral extends Object implements Expression
| Constructor and Description |
|---|
ValueLiteral(com.fasterxml.jackson.databind.JsonNode value) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean requirePath) |
String |
toString() |
com.fasterxml.jackson.databind.JsonNode |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException
apply in interface ExpressionJsonQueryExceptionpublic com.fasterxml.jackson.databind.JsonNode value()
Copyright © 2025. All rights reserved.