Class AbstractAtFormattingFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.AbstractAtFormattingFunction
-
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
AtBase64dFunction
,AtBase64Function
,AtHtmlFunction
,AtUriFunction
public abstract class AbstractAtFormattingFunction extends java.lang.Object implements Function
-
-
Constructor Summary
Constructors Constructor Description AbstractAtFormattingFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
abstract java.lang.String
convert(java.lang.String text)
-
-
-
Method Detail
-
apply
public void apply(Scope scope, java.util.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
public abstract java.lang.String convert(java.lang.String text) throws JsonQueryException
- Throws:
JsonQueryException
-
-