Neo4j

org.neo4j.server.rest.repr
Interface InputFormat

All Known Implementing Classes:
RepresentationFormat

public interface InputFormat


Method Summary
 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)
           
 

Method Detail

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

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.