Class XmlPropertyConsumer
java.lang.Object
org.apache.olingo.odata2.core.ep.consumer.XmlPropertyConsumer
XML property consumer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<?>readCollection(XMLStreamReader reader, EntityPropertyInfo info, EntityProviderReadProperties properties) readProperty(XMLStreamReader reader, EdmProperty property, EntityProviderReadProperties readProperties) readProperty(XMLStreamReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) protected ObjectreadStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties)
-
Field Details
-
TRUE
- See Also:
-
FALSE
- See Also:
-
-
Constructor Details
-
XmlPropertyConsumer
public XmlPropertyConsumer()
-
-
Method Details
-
readProperty
public Map<String,Object> readProperty(XMLStreamReader reader, EdmProperty property, EntityProviderReadProperties readProperties) throws EntityProviderException - Throws:
EntityProviderException
-
readProperty
public Map<String,Object> readProperty(XMLStreamReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) throws EntityProviderException - Throws:
EntityProviderException
-
readCollection
public List<?> readCollection(XMLStreamReader reader, EntityPropertyInfo info, EntityProviderReadProperties properties) throws EntityProviderException - Throws:
EntityProviderException
-
readStartedElement
protected Object readStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties) throws EntityProviderException, EdmException - Throws:
EntityProviderExceptionEdmException
-