public interface Expression
| Modifier and Type | Method and Description |
|---|---|
default void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Output output) |
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean requirePath) |
default void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Output output) throws JsonQueryException
JsonQueryExceptionvoid apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.