Class AbstractAtFormattingFunction
java.lang.Object
net.thisptr.jackson.jq.internal.functions.AbstractAtFormattingFunction
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
AtBase64dFunction
,AtBase64Function
,AtHtmlFunction
,AtUriFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) abstract String
-
Constructor Details
-
AbstractAtFormattingFunction
public AbstractAtFormattingFunction()
-
-
Method Details
-
apply
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException - Specified by:
apply
in interfaceFunction
- Throws:
JsonQueryException
-
convert
- Throws:
JsonQueryException
-