public interface RequestBody extends OpenAPIObject
Modifier and Type | Method and Description |
---|---|
MediaType |
determineContentType(String mediaTypeIdentifier)
This method tries to determine the best fitting
MediaType based on the passed content type. |
Map<String,MediaType> |
getContent() |
boolean |
isRequired() |
getExtensions, getOpenAPIModel
boolean isRequired()
Map<String,MediaType> getContent()
MediaType determineContentType(String mediaTypeIdentifier)
MediaType
based on the passed content type.
Copyright © 2024 Eclipse. All rights reserved.