public class MediaType extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MediaType> |
__TYPE_ARG |
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 |
Constructor and Description |
---|
MediaType(MediaType delegate) |
MediaType(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MediaType |
getDelegate() |
String |
getIdentifier() |
JsonSchema |
getSchema() |
int |
hashCode() |
static boolean |
isMediaTypeSupported(String type) |
static MediaType |
newInstance(MediaType arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<MediaType> __TYPE_ARG
public static final String APPLICATION_HAL_JSON
public static final String APPLICATION_JSON
public static final String APPLICATION_JSON_UTF8
public static final String MULTIPART_FORM_DATA
public MediaType(MediaType delegate)
public MediaType(Object delegate)
public MediaType getDelegate()
public static boolean isMediaTypeSupported(String type)
public JsonSchema getSchema()
public String getIdentifier()
Copyright © 2024 Eclipse. All rights reserved.