konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Use reified type parameters for CoroutineMongoTemplate #23

Closed sdeleuze closed 6 years ago

sdeleuze commented 6 years ago

To allow template.findById<User>(id) instead of template.findById(id, User::class.java).

konrad-kaminski commented 6 years ago

Fixed in 0.3.5