ConfigurableJacksonCsv
open class ConfigurableJacksonCsv(val mapper: CsvMapper, val defaultContentType: ContentType = ContentType.TEXT_CSV)
Inheritors
Functions
Link copied to clipboard
inline fun <T : Any> asBiDiMapping(schema: CsvSchema = defaultSchema<T>()): BiDiMapping<String, List<T>>
Link copied to clipboard
inline fun <T : Any> Body.Companion.auto(description: String? = null, contentNegotiation: ContentNegotiation = ContentNegotiation.None): BiDiBodyLensSpec<List<T>>
Link copied to clipboard
inline fun <T : Any> autoBody(description: String? = null, contentNegotiation: ContentNegotiation = ContentNegotiation.None, contentType: ContentType = defaultContentType, schema: CsvSchema = defaultSchema<T>()): BiDiBodyLensSpec<List<T>>
Link copied to clipboard