public interface MediaTypeResolver
| Modifier and Type | Method and Description |
|---|---|
RequestReceiver |
getHandler(String mediaType)
Returns a handler which is meant to process content of the specified
media type.
|
RequestReceiver getHandler(String mediaType)
mediaType - media/MIME type; for example application/json; must not
be nullnull if there is no matching
handlerCopyright © 2023. All rights reserved.