public final class ContentNegotiator extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkSupport(ContentType contentType,
CustomContentTypeSupport customContentTypeSupport,
RepresentationType representationType) |
static ContentType |
doContentNegotiation(FormatOption formatOption,
ODataRequest request,
CustomContentTypeSupport customContentTypeSupport,
RepresentationType representationType) |
static boolean |
isSupported(ContentType contentType,
CustomContentTypeSupport customContentTypeSupport,
RepresentationType representationType) |
public static ContentType doContentNegotiation(FormatOption formatOption, ODataRequest request, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) throws ContentNegotiatorException
ContentNegotiatorExceptionpublic static void checkSupport(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) throws ContentNegotiatorException
ContentNegotiatorExceptionpublic static boolean isSupported(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) throws ContentNegotiatorException
ContentNegotiatorExceptionCopyright © 2023. All rights reserved.