public interface MediaType extends OpenAPIObject
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_HAL_JSON |
static String |
APPLICATION_JSON |
static String |
APPLICATION_JSON_UTF8 |
static String |
MULTIPART_FORM_DATA |
static List<String> |
SUPPORTED_MEDIA_TYPES |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier() |
JsonSchema |
getSchema() |
static boolean |
isMediaTypeSupported(String type) |
getExtensions, getOpenAPIModel
static final String APPLICATION_HAL_JSON
static final String APPLICATION_JSON
static final String APPLICATION_JSON_UTF8
static final String MULTIPART_FORM_DATA
static boolean isMediaTypeSupported(String type)
JsonSchema getSchema()
String getIdentifier()
Copyright © 2024 Eclipse. All rights reserved.