| Package | Description |
|---|---|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core |
| Modifier and Type | Method and Description |
|---|---|
static RepresentationType |
RepresentationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepresentationType[] |
RepresentationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentType> |
CustomContentTypeSupport.modifySupportedContentTypes(List<ContentType> defaultContentTypes,
RepresentationType type)
Returns a list of supported content types.
|
| 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) |
Copyright © 2023. All rights reserved.