Class JsonEntitySetDeserializer
java.lang.Object
org.apache.olingo.client.core.serialization.JsonDeserializer
org.apache.olingo.client.core.serialization.JsonEntitySetDeserializer
- All Implemented Interfaces:
ODataDeserializer
Reads JSON string into an entity set.
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
Modifier and TypeMethodDescriptionprotected ResWrap<EntityCollection>doDeserialize(com.fasterxml.jackson.core.JsonParser parser) Methods inherited from class org.apache.olingo.client.core.serialization.JsonDeserializer
getJSONAnnotation, getTitle, links, populate, setInline, toEntity, toEntitySet, toError, toProperty, value
-
Constructor Details
-
JsonEntitySetDeserializer
public JsonEntitySetDeserializer(boolean serverMode)
-
-
Method Details
-
doDeserialize
protected ResWrap<EntityCollection> doDeserialize(com.fasterxml.jackson.core.JsonParser parser) throws IOException - Throws:
IOException
-