This method of the PermissionUtils Class recursively constructs a string representation for an array of any type and for each of its elements.
public static String ArraytoString(Object o);
Returns a string representation of the specified array.
o | The array to construct the string representation of. The component type can be any class type or any primitive type. |
IllegalArgumentException if the specified object is not an array.