We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa01bf commit 6f98462Copy full SHA for 6f98462
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/model/Endpoint.kt
@@ -52,9 +52,10 @@ class Endpoint(
52
* converted to multiple {@link MultipartParameter}s in the internal model. The request body
53
* information is no longer available.
54
*
55
+ * used by openapi-processor-spring, ...
56
+ *
57
* @return the set of content types
58
*/
- @Deprecated("only used in test")
59
fun getConsumesContentTypes(): Set<String> {
60
val contentTypes = requestBodies
61
.map { it.contentType }
0 commit comments