| Package | Description | 
|---|---|
| org.apache.olingo.server.api | Olingo Server API
 The OData Library is a protocol implementation of the OData V4.0 standard. | 
| org.apache.olingo.server.api.deserializer | Olingo Server API - Deserializer
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| org.apache.olingo.server.api.deserializer.batch | Olingo Server API - Deserializer - Batch
 
 The deserializer.batch package is used to condense all about the Olingo batch deserialization. | 
| org.apache.olingo.server.api.etag | Olingo Server API - ETag
 
 The etag package is used to condense all about the Olingo ETag handling. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataLibraryException.MessageKey | ODataLibraryException. getMessageKey()Gets the message key. | 
| Constructor and Description | 
|---|
| ODataLibraryException(String developmentMessage,
                     ODataLibraryException.MessageKey messageKey,
                     String... parameters) | 
| ODataLibraryException(String developmentMessage,
                     Throwable cause,
                     ODataLibraryException.MessageKey messageKey,
                     String... parameters) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DeserializerException.MessageKeysKeys for exception texts in the resource bundle. | 
| Constructor and Description | 
|---|
| DeserializerException(String developmentMessage,
                     ODataLibraryException.MessageKey messageKey,
                     String... parameters)Creates deserializer exception. | 
| DeserializerException(String developmentMessage,
                     Throwable cause,
                     ODataLibraryException.MessageKey messageKey,
                     String... parameters)Creates deserializer exception. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BatchDeserializerException.MessageKeys | 
| Constructor and Description | 
|---|
| BatchDeserializerException(String developmentMessage,
                          ODataLibraryException.MessageKey messageKey,
                          String... parameters)Creates batch deserializer exception. | 
| BatchDeserializerException(String developmentMessage,
                          Throwable cause,
                          ODataLibraryException.MessageKey messageKey,
                          String... parameters)Creates batch deserializer exception. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PreconditionException.MessageKeys | 
| Constructor and Description | 
|---|
| PreconditionException(String developmentMessage,
                     ODataLibraryException.MessageKey messageKey,
                     String... parameters) | 
| PreconditionException(String developmentMessage,
                     Throwable cause,
                     ODataLibraryException.MessageKey messageKey,
                     String... parameters) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BatchSerializerException.MessageKeys | 
| static class  | SerializerException.MessageKeysKeys for exception texts in the resource bundle. | 
| Constructor and Description | 
|---|
| BatchSerializerException(String developmentMessage,
                        ODataLibraryException.MessageKey messageKey,
                        String... parameters) | 
| SerializerException(String developmentMessage,
                   ODataLibraryException.MessageKey messageKey,
                   String... parameters)Creates serializer exception. | 
| SerializerException(String developmentMessage,
                   Throwable cause,
                   ODataLibraryException.MessageKey messageKey,
                   String... parameters)Creates serializer exception. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.