Class UnpackFunction.DecodePattern
- java.lang.Object
-
- com.api.jsonata4java.expressions.functions.UnpackFunction.DecodePattern
-
- Enclosing class:
- UnpackFunction
public static class UnpackFunction.DecodePattern extends Object
-
-
Constructor Summary
Constructors Constructor Description DecodePattern(boolean isBigEndian, com.api.jsonata4java.expressions.functions.UnpackFunction.SupportedDatatype datatype)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodedecode(byte[] input)static UnpackFunction.DecodePatternfromString(String str)
-
-
-
Method Detail
-
decode
public com.fasterxml.jackson.databind.JsonNode decode(byte[] input)
-
fromString
public static UnpackFunction.DecodePattern fromString(String str) throws EvaluateRuntimeException
- Throws:
EvaluateRuntimeException
-
-