public abstract class AbstractAtFormattingFunction extends Object implements Function
| Constructor and Description |
|---|
AbstractAtFormattingFunction() |
| 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) |
abstract String |
convert(String text) |
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException
apply in interface FunctionJsonQueryExceptionpublic abstract String convert(String text) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.