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