| AccessDeniedDiscoveryRepresentation |
|
| AuthorizationRepresentation |
|
| ConstraintDefinitionRepresentation |
|
| CypherPlanRepresentation |
This takes a function that resolves to a ExecutionPlanDescription, and it does so for two reasons:
- The plan description needs to be fetched *after* the result is streamed to the user
- This method is recursive, so it's not enough to just pass in the execution plan to the root call of it
subsequent inner calls could not re-use that execution plan (that would just lead to an infinite loop)
|
| CypherRepresentationDispatcher |
|
| CypherResultRepresentation |
|
| CypherStatisticsRepresentation |
|
| DatabaseRepresentation |
|
| DefaultFormat |
This class decorates another RepresentationFormat (called inner here), and
tries to use inner to parse stuff.
|
| DiscoveryRepresentation |
|
| ExceptionRepresentation |
|
| ExtensionPointRepresentation |
|
| FullPathRepresentation |
|
| IndexDefinitionRepresentation |
|
| IndexedEntityRepresentation |
|
| IndexRepresentation |
|
| InputFormatProvider |
|
| ListEntityRepresentation |
|
| MapRepresentation |
|
| NodeAutoIndexRepresentation |
|
| NodeIndexRepresentation |
|
| NodeIndexRootRepresentation |
|
| NodeRepresentation |
|
| ObjectRepresentation |
|
| ObjectToRepresentationConverter |
|
| OutputFormat |
|
| OutputFormatProvider |
|
| PathRepresentation<P extends org.neo4j.graphdb.Path> |
|
| PropertiesRepresentation |
|
| RelationshipAutoIndexRepresentation |
|
| RelationshipIndexRepresentation |
|
| RelationshipIndexRootRepresentation |
|
| RelationshipRepresentation |
|
| RepresentationDispatcher |
Converts common primitive and basic objects and arrays of the same into a
representation.
|
| RepresentationExceptionHandlingIterable<T> |
|
| RepresentationFormatRepository |
|
| ScoredEntityRepresentation<E extends ObjectRepresentation & org.neo4j.server.rest.repr.ExtensibleRepresentation & EntityRepresentation> |
|
| ScoredNodeRepresentation |
|
| ScoredRelationshipRepresentation |
|
| ServerExtensionRepresentation |
|
| ServerListRepresentation |
|
| WeightedPathRepresentation |
|