JacksonCsv
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