Class XmlPropertyConsumer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.consumer.XmlPropertyConsumer
-
public class XmlPropertyConsumer extends Object
XML property consumer.
-
-
Constructor Summary
Constructors Constructor Description XmlPropertyConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<?>readCollection(XMLStreamReader reader, EntityPropertyInfo info, EntityProviderReadProperties properties)Map<String,Object>readProperty(XMLStreamReader reader, EdmProperty property, EntityProviderReadProperties readProperties)Map<String,Object>readProperty(XMLStreamReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties)protected ObjectreadStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties)
-
-
-
Field Detail
-
TRUE
protected static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
protected static final String FALSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-