org.neo4j.server.rest.repr
Class ListSerializer

java.lang.Object
  extended by org.neo4j.server.rest.repr.ListSerializer

public class ListSerializer
extends Object


Method Summary
 void addBoolean(boolean value)
           
 void addList(ListRepresentation value)
           
 void addMapping(MappingRepresentation value)
           
 void addNumber(Number value)
           
 void addString(String value)
           
 void addUri(String path)
           
 void addUriTemplate(String template)
           
protected  void checkThatItIsBuiltInType(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addUri

public void addUri(String path)

addUriTemplate

public void addUriTemplate(String template)

addString

public void addString(String value)

addBoolean

public void addBoolean(boolean value)

addMapping

public void addMapping(MappingRepresentation value)

addList

public void addList(ListRepresentation value)

addNumber

public final void addNumber(Number value)

checkThatItIsBuiltInType

protected void checkThatItIsBuiltInType(Object value)


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