public interface InputFormat
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
readList(String input) |
Map<String,Object> |
readMap(String input,
String... requiredKeys) |
ParameterList |
readParameterList(String input) |
URI |
readUri(String input) |
Object |
readValue(String input) |
Object readValue(String input) throws BadInputException
BadInputExceptionMap<String,Object> readMap(String input, String... requiredKeys) throws BadInputException
BadInputExceptionList<Object> readList(String input) throws BadInputException
BadInputExceptionURI readUri(String input) throws BadInputException
BadInputExceptionParameterList readParameterList(String input) throws BadInputException
BadInputExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.