public class JsonPropertyEntitySerializer extends Object
Constructor and Description |
---|
JsonPropertyEntitySerializer() |
Modifier and Type | Method and Description |
---|---|
void |
append(Writer writer,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
Object value)
Serializes a property of every entry in json payload
|
protected static void |
appendPropertyMetadata(org.apache.olingo.odata2.core.ep.util.JsonStreamWriter jsonStreamWriter,
EdmType type) |
protected static void |
appendPropertyValue(org.apache.olingo.odata2.core.ep.util.JsonStreamWriter jsonStreamWriter,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
Object value,
boolean validatingFacets) |
public void append(Writer writer, org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo, Object value) throws EntityProviderException
writer
- propertyInfo
- value
- EntityProviderException
protected static void appendPropertyValue(org.apache.olingo.odata2.core.ep.util.JsonStreamWriter jsonStreamWriter, org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo, Object value, boolean validatingFacets) throws IOException, EdmException, EntityProviderException
protected static void appendPropertyMetadata(org.apache.olingo.odata2.core.ep.util.JsonStreamWriter jsonStreamWriter, EdmType type) throws IOException, EdmException
IOException
EdmException
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.