Class Constants
- java.lang.Object
-
- com.api.jsonata4java.expressions.utils.Constants
-
- All Implemented Interfaces:
Serializable
public class Constants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
FUNCTION_STRING
public static final String FUNCTION_STRING
- See Also:
- Constant Field Values
-
FUNCTION_EVAL
public static final String FUNCTION_EVAL
- See Also:
- Constant Field Values
-
FUNCTION_SUBSTRING
public static final String FUNCTION_SUBSTRING
- See Also:
- Constant Field Values
-
FUNCTION_LENGTH
public static final String FUNCTION_LENGTH
- See Also:
- Constant Field Values
-
FUNCTION_SUBSTRING_BEFORE
public static final String FUNCTION_SUBSTRING_BEFORE
- See Also:
- Constant Field Values
-
FUNCTION_SUBSTRING_AFTER
public static final String FUNCTION_SUBSTRING_AFTER
- See Also:
- Constant Field Values
-
FUNCTION_UPPERCASE
public static final String FUNCTION_UPPERCASE
- See Also:
- Constant Field Values
-
FUNCTION_LOWERCASE
public static final String FUNCTION_LOWERCASE
- See Also:
- Constant Field Values
-
FUNCTION_TRIM
public static final String FUNCTION_TRIM
- See Also:
- Constant Field Values
-
FUNCTION_PAD
public static final String FUNCTION_PAD
- See Also:
- Constant Field Values
-
FUNCTION_CONTAINS
public static final String FUNCTION_CONTAINS
- See Also:
- Constant Field Values
-
FUNCTION_SPLIT
public static final String FUNCTION_SPLIT
- See Also:
- Constant Field Values
-
FUNCTION_JOIN
public static final String FUNCTION_JOIN
- See Also:
- Constant Field Values
-
FUNCTION_REPLACE
public static final String FUNCTION_REPLACE
- See Also:
- Constant Field Values
-
FUNCTION_NOW
public static final String FUNCTION_NOW
- See Also:
- Constant Field Values
-
FUNCTION_FROM_MILLIS
public static final String FUNCTION_FROM_MILLIS
- See Also:
- Constant Field Values
-
FUNCTION_FROM_MILLIS_ZONED
public static final String FUNCTION_FROM_MILLIS_ZONED
- See Also:
- Constant Field Values
-
FUNCTION_FORMAT_NUMBER
public static final String FUNCTION_FORMAT_NUMBER
- See Also:
- Constant Field Values
-
FUNCTION_FORMAT_BASE
public static final String FUNCTION_FORMAT_BASE
- See Also:
- Constant Field Values
-
FUNCTION_BASE64_ENCODE
public static final String FUNCTION_BASE64_ENCODE
- See Also:
- Constant Field Values
-
FUNCTION_BASE64_DECODE
public static final String FUNCTION_BASE64_DECODE
- See Also:
- Constant Field Values
-
FUNCTION_MATCH
public static final String FUNCTION_MATCH
- See Also:
- Constant Field Values
-
FUNCTION_URL_ENCODE
public static final String FUNCTION_URL_ENCODE
- See Also:
- Constant Field Values
-
FUNCTION_URL_ENCODE_COMPONENT
public static final String FUNCTION_URL_ENCODE_COMPONENT
- See Also:
- Constant Field Values
-
FUNCTION_URL_DECODE
public static final String FUNCTION_URL_DECODE
- See Also:
- Constant Field Values
-
FUNCTION_URL_DECODE_COMPONENT
public static final String FUNCTION_URL_DECODE_COMPONENT
- See Also:
- Constant Field Values
-
FUNCTION_TYPE
public static final String FUNCTION_TYPE
- See Also:
- Constant Field Values
-
FUNCTION_ERROR
public static final String FUNCTION_ERROR
- See Also:
- Constant Field Values
-
FUNCTION_NUMBER
public static final String FUNCTION_NUMBER
- See Also:
- Constant Field Values
-
FUNCTION_ABS
public static final String FUNCTION_ABS
- See Also:
- Constant Field Values
-
FUNCTION_FLOOR
public static final String FUNCTION_FLOOR
- See Also:
- Constant Field Values
-
FUNCTION_CEIL
public static final String FUNCTION_CEIL
- See Also:
- Constant Field Values
-
FUNCTION_ROUND
public static final String FUNCTION_ROUND
- See Also:
- Constant Field Values
-
FUNCTION_POWER
public static final String FUNCTION_POWER
- See Also:
- Constant Field Values
-
FUNCTION_SQRT
public static final String FUNCTION_SQRT
- See Also:
- Constant Field Values
-
FUNCTION_RANDOM
public static final String FUNCTION_RANDOM
- See Also:
- Constant Field Values
-
FUNCTION_MILLIS
public static final String FUNCTION_MILLIS
- See Also:
- Constant Field Values
-
FUNCTION_TO_MILLIS
public static final String FUNCTION_TO_MILLIS
- See Also:
- Constant Field Values
-
FUNCTION_UNPACK
public static final String FUNCTION_UNPACK
- See Also:
- Constant Field Values
-
FUNCTION_BOOLEAN
public static final String FUNCTION_BOOLEAN
- See Also:
- Constant Field Values
-
FUNCTION_EXISTS
public static final String FUNCTION_EXISTS
- See Also:
- Constant Field Values
-
FUNCTION_NOT
public static final String FUNCTION_NOT
- See Also:
- Constant Field Values
-
FUNCTION_APPEND
public static final String FUNCTION_APPEND
- See Also:
- Constant Field Values
-
FUNCTION_COUNT
public static final String FUNCTION_COUNT
- See Also:
- Constant Field Values
-
FUNCTION_SUM
public static final String FUNCTION_SUM
- See Also:
- Constant Field Values
-
FUNCTION_AVERAGE
public static final String FUNCTION_AVERAGE
- See Also:
- Constant Field Values
-
FUNCTION_MIN
public static final String FUNCTION_MIN
- See Also:
- Constant Field Values
-
FUNCTION_MAX
public static final String FUNCTION_MAX
- See Also:
- Constant Field Values
-
FUNCTION_REVERSE
public static final String FUNCTION_REVERSE
- See Also:
- Constant Field Values
-
FUNCTION_SHUFFLE
public static final String FUNCTION_SHUFFLE
- See Also:
- Constant Field Values
-
FUNCTION_ZIP
public static final String FUNCTION_ZIP
- See Also:
- Constant Field Values
-
FUNCTION_SORT
public static final String FUNCTION_SORT
- See Also:
- Constant Field Values
-
FUNCTION_INDEX_OF
public static final String FUNCTION_INDEX_OF
- See Also:
- Constant Field Values
-
FUNCTION_DISTINCT
public static final String FUNCTION_DISTINCT
- See Also:
- Constant Field Values
-
FUNCTION_KEYS
public static final String FUNCTION_KEYS
- See Also:
- Constant Field Values
-
FUNCTION_LOOKUP
public static final String FUNCTION_LOOKUP
- See Also:
- Constant Field Values
-
FUNCTION_SPREAD
public static final String FUNCTION_SPREAD
- See Also:
- Constant Field Values
-
FUNCTION_MERGE
public static final String FUNCTION_MERGE
- See Also:
- Constant Field Values
-
FUNCTION_EACH
public static final String FUNCTION_EACH
- See Also:
- Constant Field Values
-
FUNCTION_FILTER
public static final String FUNCTION_FILTER
- See Also:
- Constant Field Values
-
FUNCTION_MAP
public static final String FUNCTION_MAP
- See Also:
- Constant Field Values
-
FUNCTION_REDUCE
public static final String FUNCTION_REDUCE
- See Also:
- Constant Field Values
-
FUNCTION_SIFT
public static final String FUNCTION_SIFT
- See Also:
- Constant Field Values
-
FUNCTIONS
public static final Map<String,FunctionBase> FUNCTIONS
-
DEFAULT_DECIMAL_FORMAT_SYMBOLS
public static DecimalFormatSymbols DEFAULT_DECIMAL_FORMAT_SYMBOLS
-
SIG_STRING
public static String SIG_STRING
Function signature values used to describe the types of parameters they accept. From https://docs.jsonata.org/programming
-
SIG_NUMBER
public static String SIG_NUMBER
-
SIG_BOOLEAN
public static String SIG_BOOLEAN
-
SIG_NULL
public static String SIG_NULL
-
SIG_OBJECT
public static String SIG_OBJECT
-
SIG_ARRAY
public static String SIG_ARRAY
-
SIG_FUNCTION
public static String SIG_FUNCTION
-
SIG_JSON
public static String SIG_JSON
-
SIG_BASIC
public static String SIG_BASIC
-
SIG_ANY_TYPE
public static String SIG_ANY_TYPE
-
SIG_CONTEXT
public static String SIG_CONTEXT
-
SIG_OPTIONAL
public static String SIG_OPTIONAL
-
SIG_ONE_OR_MORE
public static String SIG_ONE_OR_MORE
-
SIG_CHOICE_START
public static String SIG_CHOICE_START
-
SIG_CHOICE_END
public static String SIG_CHOICE_END
-
SIG_TYPE_START
public static String SIG_TYPE_START
-
SIG_TYPE_END
public static String SIG_TYPE_END
-
SYMBOL_DECIMAL_SEPARATOR
public static final String SYMBOL_DECIMAL_SEPARATOR
Collection of decimal format strings that defined by xsl:decimal-format.<!ELEMENT xsl:decimal-format EMPTY> <!ATTLIST xsl:decimal-format name %qname; #IMPLIED decimal-separator %char; "." grouping-separator %char; "," infinity CDATA "Infinity" minus-sign %char; "-" NaN CDATA "NaN" percent %char; "%" per-mille %char; "‰" zero-digit %char; "0" digit %char; "#" pattern-separator %char; ";">http://www.w3.org/TR/xslt#format-number} to explain format-number in XSLT Specification xsl.usage advanced- See Also:
- Constant Field Values
-
SYMBOL_GROUPING_SEPARATOR
public static final String SYMBOL_GROUPING_SEPARATOR
- See Also:
- Constant Field Values
-
SYMBOL_INFINITY
public static final String SYMBOL_INFINITY
- See Also:
- Constant Field Values
-
SYMBOL_MINUS_SIGN
public static final String SYMBOL_MINUS_SIGN
- See Also:
- Constant Field Values
-
SYMBOL_NAN
public static final String SYMBOL_NAN
- See Also:
- Constant Field Values
-
SYMBOL_PERCENT
public static final String SYMBOL_PERCENT
- See Also:
- Constant Field Values
-
SYMBOL_PER_MILLE
public static final String SYMBOL_PER_MILLE
- See Also:
- Constant Field Values
-
SYMBOL_ZERO_DIGIT
public static final String SYMBOL_ZERO_DIGIT
- See Also:
- Constant Field Values
-
SYMBOL_DIGIT
public static final String SYMBOL_DIGIT
- See Also:
- Constant Field Values
-
SYMBOL_PATTERN_SEPARATOR
public static final String SYMBOL_PATTERN_SEPARATOR
- See Also:
- Constant Field Values
-
ERR_MSG_ARG1_BAD_TYPE
public static final String ERR_MSG_ARG1_BAD_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_ARG2_BAD_TYPE
public static final String ERR_MSG_ARG2_BAD_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_ARG3_BAD_TYPE
public static final String ERR_MSG_ARG3_BAD_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_ARG4_BAD_TYPE
public static final String ERR_MSG_ARG4_BAD_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_ARG5_BAD_TYPE
public static final String ERR_MSG_ARG5_BAD_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_ARG1_ARR_STR
public static final String ERR_MSG_ARG1_ARR_STR
- See Also:
- Constant Field Values
-
ERR_MSG_ARG1_STR_OR_EXPR
public static final String ERR_MSG_ARG1_STR_OR_EXPR
- See Also:
- Constant Field Values
-
ERR_MSG_ARG2_EMPTY_STR
public static final String ERR_MSG_ARG2_EMPTY_STR
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_RADIX
public static final String ERR_MSG_INVALID_RADIX
- See Also:
- Constant Field Values
-
ERR_MSG_RUNTIME_ERROR
public static final String ERR_MSG_RUNTIME_ERROR
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_OPTIONS_SINGLE_CHAR
public static final String ERR_MSG_INVALID_OPTIONS_SINGLE_CHAR
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_OPTIONS_STRING
public static final String ERR_MSG_INVALID_OPTIONS_STRING
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_OPTIONS_UNKNOWN_PROPERTY
public static final String ERR_MSG_INVALID_OPTIONS_UNKNOWN_PROPERTY
- See Also:
- Constant Field Values
-
ERR_MSG_UNABLE_TO_CAST_VALUE_TO_NUMBER
public static final String ERR_MSG_UNABLE_TO_CAST_VALUE_TO_NUMBER
- See Also:
- Constant Field Values
-
ERR_MSG_NUMBER_OUT_OF_RANGE
public static final String ERR_MSG_NUMBER_OUT_OF_RANGE
- See Also:
- Constant Field Values
-
ERR_MSG_POWER_FUNC_RESULT_NOT_NUMBER
public static final String ERR_MSG_POWER_FUNC_RESULT_NOT_NUMBER
- See Also:
- Constant Field Values
-
ERR_MSG_FUNC_CANNOT_BE_APPLIED_NEG_NUM
public static final String ERR_MSG_FUNC_CANNOT_BE_APPLIED_NEG_NUM
- See Also:
- Constant Field Values
-
ERR_MSG_TO_MILLIS_ISO_8601_FORMAT
public static final String ERR_MSG_TO_MILLIS_ISO_8601_FORMAT
- See Also:
- Constant Field Values
-
ERR_MSG_ARG1_MUST_BE_ARRAY
public static final String ERR_MSG_ARG1_MUST_BE_ARRAY
- See Also:
- Constant Field Values
-
ERR_MSG_ARG1_MUST_BE_ARRAY_OF_NUMBER
public static final String ERR_MSG_ARG1_MUST_BE_ARRAY_OF_NUMBER
- See Also:
- Constant Field Values
-
ERR_MSG_ARG1_MUST_BE_ARRAY_OF_OBJECTS
public static final String ERR_MSG_ARG1_MUST_BE_ARRAY_OF_OBJECTS
- See Also:
- Constant Field Values
-
ERR_MSG_FCT_CHAIN_NOT_UNARY
public static final String ERR_MSG_FCT_CHAIN_NOT_UNARY
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_PATH_ENTRY
public static final String ERR_MSG_INVALID_PATH_ENTRY
- See Also:
- Constant Field Values
-
ERR_MSG_BAD_CONTEXT
public static final String ERR_MSG_BAD_CONTEXT
- See Also:
- Constant Field Values
-
ERR_MSG_FCT_NOT_FOUND
public static final String ERR_MSG_FCT_NOT_FOUND
- See Also:
- Constant Field Values
-
ERR_MSG_VARIABLE_FCT_NOT_FOUND
public static final String ERR_MSG_VARIABLE_FCT_NOT_FOUND
- See Also:
- Constant Field Values
-
ERR_MSG_SEQUENCE_UNSUPPORTED
public static final String ERR_MSG_SEQUENCE_UNSUPPORTED
- See Also:
- Constant Field Values
-
ERR_MSG_DIFF_DECIMAL_GROUP
public static final String ERR_MSG_DIFF_DECIMAL_GROUP
- See Also:
- Constant Field Values
-
ERR_MSG_NO_CLOSING_BRACKET
public static final String ERR_MSG_NO_CLOSING_BRACKET
- See Also:
- Constant Field Values
-
ERR_MSG_UNKNOWN_COMPONENT_SPECIFIER
public static final String ERR_MSG_UNKNOWN_COMPONENT_SPECIFIER
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_NAME_MODIFIER
public static final String ERR_MSG_INVALID_NAME_MODIFIER
- See Also:
- Constant Field Values
-
ERR_MSG_TIMEZONE_FORMAT
public static final String ERR_MSG_TIMEZONE_FORMAT
- See Also:
- Constant Field Values
-
ERR_MSG_MISSING_FORMAT
public static final String ERR_MSG_MISSING_FORMAT
- See Also:
- Constant Field Values
-
-