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
Calendarobject as a GsonTypeAdapter.Abstract base class to be used to easily read fields which can be read as aCalendarobject as a JacksonStdDeserializer.Abstract base class to be used to easily write fields which can be read as aCalendarobject as a JacksonStdSerializer.Default implementation of theTypeConverterinterface, returning all given objects unchanged.Jackson deserializer that is able to readLocalDateTimefields, based on a common logic reading fromCalendar.Jackson deserializer that is able to writeLocalDateTimefields, based on a common logic writing aCalendar.Jackson deserializer that is able to readZonedDateTimefields, based on a common logic reading fromCalendar.Jackson deserializer that is able to writeZonedDateTimefields, based on a common logic writing aCalendar.Gson adapter to (de-)serialize fields of typeLocalDateTimefrom and to Json.Converts between the deprecatedCalendartype and the newLocalDateTime.Gson adapter to (de-)serialize fields of typeLocalTimefrom 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 typeZonedDateTimefrom and to Json.Converts between the deprecatedCalendartype and the newZonedDateTime.