public class XmlEntryDeserializer extends Object
XmlEntryDeserializer
instance can be reused for several
#readEntry(XMLStreamReader, EntityInfoAggregator, EntityProviderReadProperties)
calls
but be aware that the instance and their readEntry*
methods are NOT THREAD SAFE.Constructor and Description |
---|
XmlEntryDeserializer() |
Modifier and Type | Method and Description |
---|---|
ODataEntry |
readEntry(XMLStreamReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties,
boolean isInline)
Deserializes payload entry
|
public ODataEntry readEntry(XMLStreamReader reader, org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia, DeserializerProperties readProperties, boolean isInline) throws EntityProviderException
reader
- eia
- readProperties
- isInline
- EntityProviderException
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.