We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In KamelConfig it would need to support multiple mappers per KClass
KamelConfig
public val mappers: Map<KClass<*>, Mapper<Any, Any>> -> public val mappers: Map<KClass<*>, List<Mapper<Any, Any>>>
public val mappers: Map<KClass<*>, Mapper<Any, Any>>
public val mappers: Map<KClass<*>, List<Mapper<Any, Any>>>
and would need to be handled here:
https://github.com/Kamel-Media/Kamel/blob/c83ef4ae6ad05bd58a00a51352bda7068057cd02[…]l-core/src/commonMain/kotlin/io/kamel/core/utils/ConfigUtils.kt
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In
KamelConfig
it would need to support multiple mappers per KClasspublic val mappers: Map<KClass<*>, Mapper<Any, Any>>
->public val mappers: Map<KClass<*>, List<Mapper<Any, Any>>>
and would need to be handled here:
https://github.com/Kamel-Media/Kamel/blob/c83ef4ae6ad05bd58a00a51352bda7068057cd02[…]l-core/src/commonMain/kotlin/io/kamel/core/utils/ConfigUtils.kt
The text was updated successfully, but these errors were encountered: