| Package | Description |
|---|---|
| org.apache.olingo.server.api |
Olingo Server API
|
| org.apache.olingo.server.core |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataHttpHandler.register(CustomContentTypeSupport customContentTypeSupport)
Registers a service implementation for modifying the standard list of supported
content types.
|
| Modifier and Type | Method and Description |
|---|---|
CustomContentTypeSupport |
ODataHandlerImpl.getCustomContentTypeSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContentNegotiator.checkSupport(ContentType contentType,
CustomContentTypeSupport customContentTypeSupport,
RepresentationType representationType) |
static ContentType |
ContentNegotiator.doContentNegotiation(FormatOption formatOption,
ODataRequest request,
CustomContentTypeSupport customContentTypeSupport,
RepresentationType representationType) |
static boolean |
ContentNegotiator.isSupported(ContentType contentType,
CustomContentTypeSupport customContentTypeSupport,
RepresentationType representationType) |
void |
ODataHttpHandlerImpl.register(CustomContentTypeSupport customContentTypeSupport) |
Copyright © 2023. All rights reserved.