public class JsonFeedEntityProducer extends Object
| Constructor and Description |
|---|
JsonFeedEntityProducer(EntityProviderWriteProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendAsArray(Writer writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> data) |
void |
appendAsObject(Writer writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> data,
boolean isRootElement) |
public JsonFeedEntityProducer(EntityProviderWriteProperties properties) throws EntityProviderException
EntityProviderExceptionpublic void appendAsObject(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data, boolean isRootElement) throws EntityProviderException
EntityProviderExceptionpublic void appendAsArray(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data) throws EntityProviderException
EntityProviderExceptionCopyright © 2020. All rights reserved.