JacksonCsv
Functions
Link copied to clipboard
inline fun <T : Any> asBiDiMapping(readSchema: CsvSchema = defaultReadSchema(), writeSchema: CsvSchema = defaultWriteSchema<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, readSchema: CsvSchema = defaultReadSchema(), writeSchema: CsvSchema = defaultWriteSchema<T>()): BiDiBodyLensSpec<List<T>>
Link copied to clipboard
Link copied to clipboard