public class JsonPropertyConsumer extends Object
| Constructor and Description |
|---|
JsonPropertyConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readAndCheckTypeInfo(com.google.gson.stream.JsonReader reader,
String expectedTypeName) |
List<?> |
readCollection(com.google.gson.stream.JsonReader reader,
EntityPropertyInfo propertyInfo,
EntityProviderReadProperties readProperties) |
Map<String,Object> |
readPropertyStandalone(com.google.gson.stream.JsonReader reader,
EdmProperty edmProperty,
EntityProviderReadProperties readProperties) |
Map<String,Object> |
readPropertyStandalone(com.google.gson.stream.JsonReader reader,
EntityPropertyInfo propertyInfo,
EntityProviderReadProperties readProperties) |
protected Object |
readPropertyValue(com.google.gson.stream.JsonReader reader,
EntityPropertyInfo entityPropertyInfo,
Object typeMapping,
EntityProviderReadProperties readProperties) |
public Map<String,Object> readPropertyStandalone(com.google.gson.stream.JsonReader reader, EdmProperty edmProperty, EntityProviderReadProperties readProperties) throws EntityProviderException
EntityProviderExceptionpublic Map<String,Object> readPropertyStandalone(com.google.gson.stream.JsonReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) throws EntityProviderException
EntityProviderExceptionpublic List<?> readCollection(com.google.gson.stream.JsonReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) throws EntityProviderException
EntityProviderExceptionprotected Object readPropertyValue(com.google.gson.stream.JsonReader reader, EntityPropertyInfo entityPropertyInfo, Object typeMapping, EntityProviderReadProperties readProperties) throws EntityProviderException
EntityProviderExceptionprotected void readAndCheckTypeInfo(com.google.gson.stream.JsonReader reader,
String expectedTypeName)
throws IOException,
EntityProviderException
IOExceptionEntityProviderExceptionCopyright © 2020. All rights reserved.