public class NullFormat
extends org.neo4j.server.rest.repr.RepresentationFormat
| Constructor and Description |
|---|
NullFormat(Collection<javax.ws.rs.core.MediaType> supported,
javax.ws.rs.core.MediaType... requested) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
readList(String input) |
Map<String,Object> |
readMap(String input,
String... requiredKeys) |
URI |
readUri(String input) |
Object |
readValue(String input) |
public NullFormat(Collection<javax.ws.rs.core.MediaType> supported, javax.ws.rs.core.MediaType... requested)
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.