Class AtUriFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.AbstractAtFormattingFunction
-
- net.thisptr.jackson.jq.internal.functions.AtUriFunction
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class AtUriFunction extends AbstractAtFormattingFunction
RFC2396- unreserved = alphanum | mark
- mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
-
-
Constructor Summary
Constructors Constructor Description AtUriFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
convert(java.lang.String text)
-
Methods inherited from class net.thisptr.jackson.jq.internal.functions.AbstractAtFormattingFunction
apply
-
-
-
-
Method Detail
-
convert
public java.lang.String convert(java.lang.String text) throws JsonQueryException
- Specified by:
convert
in classAbstractAtFormattingFunction
- Throws:
JsonQueryException
-
-