A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  _ 

H

hasContextType(kotlin.reflect.KClass) - function in io.toolisticon.kotlin.generation.KotlinCodeGeneration.spi.filter
Matches if the contextType of the instance is a subclass of the given contextType.
hasInputType(kotlin.reflect.KClass) - function in io.toolisticon.kotlin.generation.KotlinCodeGeneration.spi.filter
Matches if the inputType of the instance is a subclass of the given inputType.
hasModifier(com.squareup.kotlinpoet.TypeSpec,com.squareup.kotlinpoet.KModifier) - function in io.toolisticon.kotlin.generation.KotlinCodeGeneration.typeSpec
 
hasName(java.lang.String) - function in io.toolisticon.kotlin.generation.KotlinCodeGeneration.spi.filter
Matches by name, using the simpleName of the class.
hasNameIn(java.util.Set) - function in io.toolisticon.kotlin.generation.KotlinCodeGeneration.spi.filter
Matches if instances has a name contained in the given set.
hasSpecType(kotlin.reflect.KClass) - function in io.toolisticon.kotlin.generation.KotlinCodeGeneration.spi.filter
Matches if the specType of the instance is a subclass of the given specType.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  _