Class XmlPropertyDeserializer


  • public class XmlPropertyDeserializer
    extends Object
    XML property consumer.
    • Constructor Detail

      • XmlPropertyDeserializer

        public XmlPropertyDeserializer()
    • Method Detail

      • readProperty

        public Map<String,​Object> readProperty​(XMLStreamReader reader,
                                                     org.apache.olingo.odata2.api.edm.EdmProperty property,
                                                     DeserializerProperties readProperties)
                                              throws org.apache.olingo.odata2.api.ep.EntityProviderException
        Read property of every entry in a payload
        Parameters:
        reader -
        property -
        readProperties -
        Returns:
        Map
        Throws:
        org.apache.olingo.odata2.api.ep.EntityProviderException
      • readProperty

        public Map<String,​Object> readProperty​(XMLStreamReader reader,
                                                     EntityPropertyInfo propertyInfo,
                                                     DeserializerProperties readProperties)
                                              throws org.apache.olingo.odata2.api.ep.EntityProviderException
        Read property of every entry in a payload
        Parameters:
        reader -
        propertyInfo -
        readProperties -
        Returns:
        Map
        Throws:
        org.apache.olingo.odata2.api.ep.EntityProviderException