public class XmlPropertyConsumer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FALSE |
protected static String |
TRUE |
| Constructor and Description |
|---|
XmlPropertyConsumer() |
| Modifier and Type | Method and 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 Object |
readStartedElement(XMLStreamReader reader,
String name,
EntityPropertyInfo propertyInfo,
EntityTypeMapping typeMappings,
EntityProviderReadProperties readProperties) |
protected static final String TRUE
protected static final String FALSE
public Map<String,Object> readProperty(XMLStreamReader reader, EdmProperty property, EntityProviderReadProperties readProperties) throws EntityProviderException
EntityProviderExceptionpublic Map<String,Object> readProperty(XMLStreamReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) throws EntityProviderException
EntityProviderExceptionpublic List<?> readCollection(XMLStreamReader reader, EntityPropertyInfo info, EntityProviderReadProperties properties) throws EntityProviderException
EntityProviderExceptionprotected Object readStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties) throws EntityProviderException, EdmException
EntityProviderExceptionEdmExceptionCopyright © 2020. All rights reserved.