public class XmlEntityDeserializer extends Object
content
).Constructor and Description |
---|
XmlEntityDeserializer() |
Modifier and Type | Method and Description |
---|---|
Object |
readCollection(org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo info,
EntityStream entityStream) |
ODataEntry |
readEntry(EdmEntitySet entitySet,
EntityStream entity)
Returns an ODataEntry deserializing EntityStream
|
ODataDeltaFeed |
readFeed(EdmEntitySet entitySet,
EntityStream entity)
Returns an ODataDeltaFeed deserializing EntityStream
|
Map<String,Object> |
readProperty(org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
EntityStream entityStream) |
public XmlEntityDeserializer() throws EntityProviderException
EntityProviderException
public ODataDeltaFeed readFeed(EdmEntitySet entitySet, EntityStream entity) throws EntityProviderException
entitySet
- entity
- EntityProviderException
public ODataEntry readEntry(EdmEntitySet entitySet, EntityStream entity) throws EntityProviderException
entitySet
- entity
- EntityProviderException
public Object readCollection(org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo info, EntityStream entityStream) throws EntityProviderException
info
- entityStream
- EntityProviderException
public Map<String,Object> readProperty(org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo, EntityStream entityStream) throws EntityProviderException
propertyInfo
- entityStream
- EntityProviderException
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.