public final class ConfigValues extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> ConfigValue<T> |
empty()
Simple empty value that can be used e.g.
|
static <T> ConfigValue<T> |
simpleValue(T value)
Simple value that can be used e.g.
|
public static <T> ConfigValue<T> empty()
T - type of the valuepublic static <T> ConfigValue<T> simpleValue(T value)
T - type of the valuevalue - value to useCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.