public abstract class AbstractAtFormattingFunction extends Object implements Function
| Constructor and Description |
|---|
AbstractAtFormattingFunction() |
| Modifier and Type | Method and Description |
|---|---|
List<com.fasterxml.jackson.databind.JsonNode> |
apply(Scope scope,
List<JsonQuery> args,
com.fasterxml.jackson.databind.JsonNode in) |
abstract String |
convert(String text) |
public List<com.fasterxml.jackson.databind.JsonNode> apply(Scope scope, List<JsonQuery> args, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
apply in interface FunctionJsonQueryExceptionpublic abstract String convert(String text) throws JsonQueryException
JsonQueryExceptionCopyright © 2019. All rights reserved.