public class StreamingJsonFormat extends RepresentationFormat implements StreamingFormat
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingJsonFormat.StreamingRepresentationFormat |
MEDIA_TYPE, STREAM_HEADER| Constructor and Description |
|---|
StreamingJsonFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
readList(String input) |
Map<String,Object> |
readMap(String input,
String... requiredKeys) |
URI |
readUri(String input) |
Object |
readValue(String input) |
StreamingJsonFormat.StreamingRepresentationFormat |
writeTo(OutputStream output) |
complete, readParameterList, toStringpublic StreamingJsonFormat.StreamingRepresentationFormat writeTo(OutputStream output)
writeTo in interface StreamingFormatpublic Map<String,Object> readMap(String input, String... requiredKeys) throws BadInputException
readMap in interface InputFormatBadInputExceptionpublic List<Object> readList(String input)
readList in interface InputFormatpublic Object readValue(String input) throws BadInputException
readValue in interface InputFormatBadInputExceptionpublic URI readUri(String input) throws BadInputException
readUri in interface InputFormatBadInputExceptionCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.