Neo4j

org.neo4j.server.rest.repr
Class RepresentationFormat

java.lang.Object
  extended by 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

Constructor Summary
RepresentationFormat(javax.ws.rs.core.MediaType mediaType)
           
 
Method Summary
 void complete()
           
 ParameterList readParameterList(String input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.neo4j.server.rest.repr.InputFormat
readList, readMap, readUri, readValue
 

Constructor Detail

RepresentationFormat

public RepresentationFormat(javax.ws.rs.core.MediaType mediaType)
Method Detail

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()

Neo4j

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