api / org.gradle.api.reflect / TypeOf / isSimple

isSimple

open fun isSimple(): Boolean

Queries whether this object represents a simple (non-composite) type, not an array and not a generic type.

Return
true if this object represents a simple type.