api / org.gradle.api.reflect / TypeOf / isArray

isArray

open fun isArray(): Boolean

Queries whether this object represents an array, generic or otherwise.

Return
true if this object represents an array.

See Also
#getComponentType()