public abstract class AbstractGraphPropertyConfig extends AbstractConfig implements java.io.Serializable
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractGraphPropertyConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getParsedDefaultValue()
Get the parsed default value guaranteed to match
getType() (with the exception of type node/edge). |
abstract PropertyType |
getType()
type of property.
|
getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
public java.lang.Object getParsedDefaultValue()
getType()
(with the exception of type node/edge). In case
a default is not specified (null
), the *default* default value is returned.null
.public abstract PropertyType getType()
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.