Class JsonEntityDeserializer
java.lang.Object
org.apache.olingo.client.core.serialization.JsonDeserializer
org.apache.olingo.client.core.serialization.JsonEntityDeserializer
- All Implemented Interfaces:
ODataDeserializer
Reads JSON string into an entity.
If metadata information is available, the corresponding entity fields and content will be populated.
If metadata information is available, the corresponding entity fields and content will be populated.
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.serialization.JsonDeserializer
CUSTOM_ANNOTATION, serverMode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.client.core.serialization.JsonDeserializer
getJSONAnnotation, getTitle, links, populate, setInline, toEntity, toEntitySet, toError, toProperty, value
-
Constructor Details
-
JsonEntityDeserializer
public JsonEntityDeserializer(boolean serverMode)
-
-
Method Details
-
doDeserialize
protected ResWrap<Entity> doDeserialize(com.fasterxml.jackson.core.JsonParser parser) throws IOException - Throws:
IOException
-