Package com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
package com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
ClassDescriptionAbstract base class to be used to easily parse fields which can be read as a
Calendar
object as a GsonTypeAdapter
.Abstract base class to be used to easily read fields which can be read as aCalendar
object as a JacksonStdDeserializer
.Abstract base class to be used to easily write fields which can be read as aCalendar
object as a JacksonStdSerializer
.Default implementation of theTypeConverter
interface, returning all given objects unchanged.Jackson deserializer that is able to readLocalDateTime
fields, based on a common logic reading fromCalendar
.Jackson deserializer that is able to writeLocalDateTime
fields, based on a common logic writing aCalendar
.Jackson deserializer that is able to readZonedDateTime
fields, based on a common logic reading fromCalendar
.Jackson deserializer that is able to writeZonedDateTime
fields, based on a common logic writing aCalendar
.Gson adapter to (de-)serialize fields of typeLocalDateTime
from and to Json.Converts between the deprecatedCalendar
type and the newLocalDateTime
.Gson adapter to (de-)serialize fields of typeLocalTime
from and to Json.For internal use only by data model classesFor internal use only by data model classesFor internal use only by data model classesAnnotation 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.For internal use only by data model classesFor internal use only by data model classes.For internal use only by data model classesGson adapter to (de-)serialize fields of typeZonedDateTime
from and to Json.Converts between the deprecatedCalendar
type and the newZonedDateTime
.