public final class ExtensionPointRepresentation extends ObjectRepresentation implements org.neo4j.server.plugins.ParameterDescriptionConsumer
BOOLEAN, BOOLEAN_LIST, BYTE, BYTE_LIST, CHARACTER, CHARACTER_LIST, DOUBLE, DOUBLE_LIST, EXCEPTION, EXTENSION, EXTENSIONS_MAP, FLOAT, FLOAT_LIST, GRAPHDB, INDEX, INTEGER, INTEGER_LIST, LONG, LONG_LIST, MAP, NODE, NODE_INDEXES, NODE_LIST, PATH, PATH_LIST, PROPERTIES_MAP, RELATIONSHIP, RELATIONSHIP_INDEXES, RELATIONSHIP_LIST, RELATIONSHIP_TYPE, SHORT, SHORT_LIST, STRING, STRING_LIST, URI, URI_TEMPLATE| Constructor and Description |
|---|
ExtensionPointRepresentation(String name,
Class<?> extended,
String desciption) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeListParameter(String name,
Class<?> type,
boolean optional,
String description) |
void |
describeParameter(String name,
Class<?> type,
boolean optional,
String description) |
org.neo4j.server.rest.repr.ValueRepresentation |
description() |
org.neo4j.server.rest.repr.ValueRepresentation |
extendedEntity() |
String |
getExtendedEntity() |
String |
getName() |
org.neo4j.server.rest.repr.ValueRepresentation |
methodName() |
org.neo4j.server.rest.repr.ListRepresentation |
parametersList() |
public void describeParameter(String name, Class<?> type, boolean optional, String description)
describeParameter in interface org.neo4j.server.plugins.ParameterDescriptionConsumerpublic void describeListParameter(String name, Class<?> type, boolean optional, String description)
describeListParameter in interface org.neo4j.server.plugins.ParameterDescriptionConsumerpublic String getName()
public String getExtendedEntity()
public org.neo4j.server.rest.repr.ValueRepresentation methodName()
public org.neo4j.server.rest.repr.ValueRepresentation description()
public org.neo4j.server.rest.repr.ValueRepresentation extendedEntity()
public org.neo4j.server.rest.repr.ListRepresentation parametersList()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.