autoBody

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>>(source)