Skip to content

Kotlin Support Updates #137

New issue

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

Merged
merged 6 commits into from
Aug 30, 2019
Merged

Kotlin Support Updates #137

merged 6 commits into from
Aug 30, 2019

Conversation

jeffgbutler
Copy link
Member

  • Rework the utility methods to be more consistent
  • Add Java methods to accept a collection of select columns rather than just an array (this avoids a messy use of the Kotlin spread operator in some cases)
  • Update the documentation to show the new pattern
  • Format the code to the Kotlin style guide

Arrays are always turned into lists eventually, so we can support that at the edges.
- Make consistent functions for building providers
- Make consistent functions for executing mappers
- Format code according to Kotlin style guide
@jeffgbutler jeffgbutler merged commit cb9d3a4 into mybatis:master Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant