isExcluded

abstract fun isExcluded(type: Class<out Any>): Boolean

Evaluate whether to exclude the given type from method validation.

Return

true to exclude the type from method validation, otherwise false.

Parameters

type

the type to evaluate