An abstraction that represents a sequence of values held under the umbrella of a variadic input / output parameter.
Since at the time of constructing input parameters or decoding output parameters, the length is known, this TypedValue behaves similar to a List.
the type of this TypedValue (an instance of VariadicType), not the type parameter of the VariadicType
the items, having the type type.getFirstTypeParameter()
Static
A special marker for values within the custom typesystem.
An abstraction that represents a sequence of values held under the umbrella of a variadic input / output parameter.
Since at the time of constructing input parameters or decoding output parameters, the length is known, this TypedValue behaves similar to a List.