org.neo4j.server.rest.repr
Class RepresentationFormat
java.lang.Object
org.neo4j.server.rest.repr.RepresentationFormat
- All Implemented Interfaces:
- InputFormat
public abstract class RepresentationFormat
- extends Object
- implements InputFormat
Implementations of this class must be stateless. Implementations of this
class must have a public no arguments constructor.
- Author:
- Tobias Ivarsson , Andres Taylor
RepresentationFormat
public RepresentationFormat(javax.ws.rs.core.MediaType mediaType)
toString
public String toString()
- Overrides:
toString
in class Object
readParameterList
public ParameterList readParameterList(String input)
throws BadInputException
- Specified by:
readParameterList
in interface InputFormat
- Throws:
BadInputException
complete
public void complete()
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.