| Package | Description |
|---|---|
| org.neo4j.server.rest.domain |
| Modifier and Type | Method and Description |
|---|---|
static HtmlHelper.ObjectType |
HtmlHelper.ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlHelper.ObjectType[] |
HtmlHelper.ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlHelper.append(StringBuilder builder,
Object object,
HtmlHelper.ObjectType objectType) |
static String |
HtmlHelper.from(Object object,
HtmlHelper.ObjectType objectType) |
static StringBuilder |
HtmlHelper.start(HtmlHelper.ObjectType objectType,
String additionalCodeInHead) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.