autoBody

inline fun <T : Any> autoBody(description: String? = null, contentNegotiation: ContentNegotiation = ContentNegotiation.None, contentType: ContentType = defaultContentType, schema: CsvSchema = defaultSchema<T>()): BiDiBodyLensSpec<List<T>>