T
- type of value this setting will parse input string into and return.public interface Setting<T> extends Function<Function<String,String>,T>
Modifier and Type | Method and Description |
---|---|
T |
from(Configuration config) |
String |
getDefaultValue()
Get the default value of this setting, as a string.
|
String |
name()
Get the name of the setting.
|
String name()
String getDefaultValue()
T from(Configuration config)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.