Integration Cloud 7.0.0 | Built-In Services | Built-In Services | vectorToArray
 
vectorToArray
Converts a java.util.Vector object to an array.
Input Parameters
vector
java.util.Vector The object to be converted to an array.
stronglyType
String Optional. If this option is specified, the service expects all items in the vector to have the same Java type as the first non-null item in the vector. If the service detects an item of a different type, an error appears.
Set to:
*false to convert the vector to an object array. This is the default.
*true to convert the vector to a strongly typed array holding the same type of objects.
Output Parameters
array
Object[ ] Converted object array.