open override fun isValidAdditionalType(kClass: KClass<*>, inputType: Boolean): Boolean

Checks if an additional type is valid Used when adding subtypes of interfaces Ignores Node types, as those are handled manually

Return

true if the class should be added to the additional types to generate

Parameters

kClass

the class to check

inputType

shall an input type be generated