Value conversion
All 182 scenarios passing
- Built-in conversion
-
Array parameters
- Converts a list of maps to an array of maps
- Converts a list to a boxed Integer array
- Converts a list to a primitive double array
- Converts a list to a primitive int array
- Converts a list to a primitive long array
- Converts a list to a String array, and a blank cell to a null array
- Converts each element of a list to an array
- Converts nested lists to a two-dimensional array
- Collection iteration order
- Constructor and factory fallback
- Conversion failures
- Custom type converters
- Immutable collection parameters
-
Parameterized collection element types
- Converts an empty collection to an empty collection of the declared type
- Converts elements to Byte from a whole number in the 8-bit signed range
- Converts elements to Double from plain or scientific notation
- Converts elements to Integer from a whole number in the 32-bit signed range
- Converts elements to Long from whole numbers beyond the int range
- Converts the elements of a nested collection one level deeper
- Converts the values of a nested map one level deeper
- Keeps map keys as text whatever key type the signature declares
- Keeps String elements as the cell text, unconverted