public abstract class JsonArgumentFunction extends Object implements Function
| Constructor and Description |
|---|
JsonArgumentFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
List<Expression> args,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
Version version) |
protected abstract com.fasterxml.jackson.databind.JsonNode |
fn(List<com.fasterxml.jackson.databind.JsonNode> args,
com.fasterxml.jackson.databind.JsonNode in) |
protected abstract com.fasterxml.jackson.databind.JsonNode fn(List<com.fasterxml.jackson.databind.JsonNode> args, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
JsonQueryExceptionpublic void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException
apply in interface FunctionJsonQueryExceptionCopyright © 2025. All rights reserved.