org.neo4j.server.rest.repr.formats
Class HtmlFormat
java.lang.Object
org.neo4j.server.rest.repr.RepresentationFormat
org.neo4j.server.rest.repr.formats.HtmlFormat
- All Implemented Interfaces:
- InputFormat
public class HtmlFormat
- extends RepresentationFormat
Methods inherited from class org.neo4j.server.rest.repr.RepresentationFormat |
convertBoolean, convertByte, convertCharacter, convertDouble, convertFloat, convertInteger, convertLong, convertNode, convertRelationship, convertShort, convertString, convertURI, getNode, getNode, getRelationship, readParameterList, toString |
HtmlFormat
public HtmlFormat()
complete
protected String complete(ListWriter serializer)
- Specified by:
complete
in class RepresentationFormat
complete
protected String complete(MappingWriter serializer)
- Specified by:
complete
in class RepresentationFormat
serializeList
protected ListWriter serializeList(String type)
- Specified by:
serializeList
in class RepresentationFormat
serializeMapping
protected MappingWriter serializeMapping(String type)
- Specified by:
serializeMapping
in class RepresentationFormat
serializeValue
protected String serializeValue(String type,
Object value)
- Specified by:
serializeValue
in class RepresentationFormat
readList
public List<Object> readList(String input)
throws BadInputException
- Throws:
BadInputException
readMap
public Map<String,Object> readMap(String input)
throws BadInputException
- Throws:
BadInputException
readUri
public URI readUri(String input)
throws BadInputException
- Throws:
BadInputException
readValue
public Object readValue(String input)
throws BadInputException
- Throws:
BadInputException
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.