ReflectionTypeProcessingStep

constructor(includeGetters: Boolean = false, includeWeakGetters: Boolean = false, includeFunctions: Boolean = false, includeHidden: Boolean = false, includeStatic: Boolean = false, primitiveTypes: Collection<KClass<*>> = DEFAULT_PRIMITIVE_TYPES, enumConstType: EnumConstType = EnumConstType.NAME, customProcessors: Map<KClass<*>, () -> BaseTypeData> = emptyMap(), typeRedirects: Map<KType, KType> = DEFAULT_REDIRECTS)