public static class StreamingJsonFormat.StreamingRepresentationFormat extends RepresentationFormat
| Constructor and Description |
|---|
StreamingJsonFormat.StreamingRepresentationFormat(org.codehaus.jackson.JsonGenerator g,
InputFormat inputFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
List<Object> |
readList(String input) |
Map<String,Object> |
readMap(String input,
String... requiredKeys) |
URI |
readUri(String input) |
Object |
readValue(String input) |
MappingWriter |
serializeMapping(String type) |
StreamingJsonFormat.StreamingRepresentationFormat |
usePrettyPrinter() |
readParameterList, toStringpublic StreamingJsonFormat.StreamingRepresentationFormat(org.codehaus.jackson.JsonGenerator g,
InputFormat inputFormat)
public StreamingJsonFormat.StreamingRepresentationFormat usePrettyPrinter()
public MappingWriter serializeMapping(String type)
serializeMapping in class RepresentationFormatpublic Object readValue(String input) throws BadInputException
BadInputExceptionpublic Map<String,Object> readMap(String input, String... requiredKeys) throws BadInputException
BadInputExceptionpublic List<Object> readList(String input) throws BadInputException
BadInputExceptionpublic URI readUri(String input) throws BadInputException
BadInputExceptionpublic void complete()
complete in class RepresentationFormatCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.