public class JsonPropertyEntityProducer extends Object
| Constructor and Description |
|---|
JsonPropertyEntityProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Writer writer,
EntityPropertyInfo propertyInfo,
Object value) |
protected static void |
appendPropertyMetadata(JsonStreamWriter jsonStreamWriter,
EdmType type) |
protected static void |
appendPropertyValue(JsonStreamWriter jsonStreamWriter,
EntityPropertyInfo propertyInfo,
Object value,
boolean validatingFacets,
boolean isDataBasedPropertySerialization,
boolean isDateTimeJsonRelaxed) |
public void append(Writer writer, EntityPropertyInfo propertyInfo, Object value) throws EntityProviderException
EntityProviderExceptionprotected static void appendPropertyValue(JsonStreamWriter jsonStreamWriter, EntityPropertyInfo propertyInfo, Object value, boolean validatingFacets, boolean isDataBasedPropertySerialization, boolean isDateTimeJsonRelaxed) throws IOException, EdmException, EntityProviderException
protected static void appendPropertyMetadata(JsonStreamWriter jsonStreamWriter, EdmType type) throws IOException, EdmException
IOExceptionEdmExceptionCopyright © 2020. All rights reserved.