public abstract class ODataCalendarAdapter
extends com.google.gson.TypeAdapter<T>
Constructor and Description |
---|
ODataCalendarAdapter() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.olingo.odata2.core.edm.AbstractSimpleType |
getSimpleTypeInstance() |
protected Class<Calendar> |
getValueType() |
protected Object |
processEntityValue(T entityValue) |
T |
read(com.google.gson.stream.JsonReader in)
For internal use only by data model classes
|
void |
write(com.google.gson.stream.JsonWriter out,
Calendar entityValue)
For internal use only by data model classes
|
public void write(com.google.gson.stream.JsonWriter out, Calendar entityValue) throws IOException
IOException
protected abstract org.apache.olingo.odata2.core.edm.AbstractSimpleType getSimpleTypeInstance()
protected Object processEntityValue(T entityValue)
public T read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<T>
IOException
Copyright © 2019 SAP SE. All rights reserved.