Class Encode
- java.lang.Object
-
- org.openrefine.expr.functions.strings.Encode
-
- All Implemented Interfaces:
Serializable
,Function
public class Encode extends Object implements Function
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Encode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
call(Properties bindings, Object[] args)
Encodes a string using a given encoding.String
getDescription()
String
getParams()
String
getReturns()
-
-
-
Method Detail
-
call
public Object call(Properties bindings, Object[] args)
Encodes a string using a given encoding. Encodings include Base16, Base32Hex, Base32, Base64, and Base64Url.
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceFunction
-
getReturns
public String getReturns()
- Specified by:
getReturns
in interfaceFunction
-
-