public class UrlFormFormat extends RepresentationFormat
| Constructor and Description |
|---|
UrlFormFormat() |
| 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) |
complete, readParameterList, toStringpublic 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
BadInputExceptionCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.