public final class RepresentationFormatRepository extends Object
| Constructor and Description |
|---|
RepresentationFormatRepository(AbstractNeoServer injectorProvider) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.server.rest.repr.InputFormat |
inputFormat(javax.ws.rs.core.MediaType type) |
OutputFormat |
outputFormat(List<javax.ws.rs.core.MediaType> acceptable,
URI baseUri,
javax.ws.rs.core.MultivaluedMap<String,String> requestHeaders) |
public RepresentationFormatRepository(AbstractNeoServer injectorProvider)
public OutputFormat outputFormat(List<javax.ws.rs.core.MediaType> acceptable, URI baseUri, javax.ws.rs.core.MultivaluedMap<String,String> requestHeaders)
public org.neo4j.server.rest.repr.InputFormat inputFormat(javax.ws.rs.core.MediaType type)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.