| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| Modifier and Type | Method and Description |
|---|---|
MediaTypeSet |
SerializationFormat.mediaTypes()
Returns the media types accepted by this format.
|
static MediaTypeSet |
MediaTypeSet.of(Iterable<MediaType> mediaTypes)
Returns the
MediaTypeSet which is composed of the specified MediaTypes. |
static MediaTypeSet |
MediaTypeSet.of(MediaType... mediaTypes)
Returns the
MediaTypeSet which is composed of the specified MediaTypes. |
Copyright © 2020 LeanCloud. All rights reserved.