org.neo4j.server.rest.repr
Interface InputFormat
- All Known Implementing Classes:
- RepresentationFormat
public interface InputFormat
readValue
Object readValue(String input)
throws BadInputException
- Throws:
BadInputException
readMap
Map<String,Object> readMap(String input,
String... requiredKeys)
throws BadInputException
- Throws:
BadInputException
readList
List<Object> readList(String input)
throws BadInputException
- Throws:
BadInputException
readUri
URI readUri(String input)
throws BadInputException
- Throws:
BadInputException
readParameterList
ParameterList readParameterList(String input)
throws BadInputException
- Throws:
BadInputException
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.