provideMapper

fun provideMapper(): ObjectMapper

Produce a mapper in a default uniform configuration

  • Disable automatic fill-up of primitive field names when they are null/absent, e.g. id: Int will not be defaulted to 0 when not specified, and the value is mandatory]