Not sure if anyone else out there is using kotlin ...
# jackson-kotlin
j
Not sure if anyone else out there is using kotlin classes with mandatory fields with their Spring REST APIs? We're hoping to avoid using lateinit or Delegates.notNull() - we want a primary constructor with named params as being able to construct an invalid object kind of defeats the purpose of using Kotlin in the first place 😉