Class | Description |
---|---|
AbstractCalendarAdapter<T> |
Abstract base class to be used to easily parse fields which can be read as a
Calendar object as a Gson
TypeAdapter . |
AbstractJacksonCalendarDeserializer<T> |
Abstract base class to be used to easily read fields which can be read as a
Calendar object as a Jackson
StdDeserializer . |
AbstractJacksonCalendarSerializer<T> |
Abstract base class to be used to easily write fields which can be read as a
Calendar object as a Jackson
StdSerializer . |
IdentityConverter |
Default implementation of the
TypeConverter interface, returning all given objects unchanged. |
JacksonLocalDateTimeDeserializer |
Jackson deserializer that is able to read
LocalDateTime fields, based on a common logic reading from
Calendar . |
JacksonLocalDateTimeSerializer |
Jackson deserializer that is able to write
LocalDateTime fields, based on a common logic writing a
Calendar . |
JacksonLocalTimeDeserializer | |
JacksonLocalTimeSerializer | |
JacksonZonedDateTimeDeserializer |
Jackson deserializer that is able to read
ZonedDateTime fields, based on a common logic reading from
Calendar . |
JacksonZonedDateTimeSerializer |
Jackson deserializer that is able to write
ZonedDateTime fields, based on a common logic writing a
Calendar . |
LocalDateTimeAdapter |
Gson adapter to (de-)serialize fields of type
LocalDateTime from and to Json. |
LocalDateTimeCalendarConverter |
Converts between the deprecated
Calendar type and the new LocalDateTime . |
LocalTimeAdapter |
Gson adapter to (de-)serialize fields of type
LocalTime from and to Json. |
LocalTimeCalendarConverter | |
ODataBinaryAdapter |
For internal use only by data model classes
|
ODataBooleanAdapter |
For internal use only by data model classes
|
ODataCalendarAdapter |
For internal use only by data model classes
|
ODataCustomFieldAdapter |
For internal use only by data model classes
|
ODataDateTimeAdapter |
For internal use only by data model classes
|
ODataDateTimeOffsetAdapter |
For internal use only by data model classes
|
ODataTimeAdapter |
For internal use only by data model classes
|
ODataVdmEntityAdapter<T> |
For internal use only by data model classes
|
ODataVdmEntityAdapterFactory |
For internal use only by data model classes
|
ODataVdmEntityListAdapter<T> |
For internal use only by data model classes
|
ZonedDateTimeAdapter |
Gson adapter to (de-)serialize fields of type
ZonedDateTime from and to Json. |
ZonedDateTimeCalendarConverter |
Converts between the deprecated
Calendar type and the new ZonedDateTime . |
Annotation Type | Description |
---|---|
ODataField |
Annotation to be used to link fields to their OData property as well as converting between the domain type of a field
and the actually exposed type.
|
Copyright © 2018 SAP SE. All rights reserved.