public static final class ConfigProperty.PropertyBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> ConfigProperty<T> |
defaultValue(T value) |
<T> ConfigProperty<T> |
defaultValue(T value,
String docOnDefaultValue) |
ConfigProperty<String> |
noDefaultValue() |
ConfigProperty<String> |
noDefaultValue(String docOnDefaultValue) |
public <T> ConfigProperty<T> defaultValue(T value)
public <T> ConfigProperty<T> defaultValue(T value, String docOnDefaultValue)
public ConfigProperty<String> noDefaultValue()
public ConfigProperty<String> noDefaultValue(String docOnDefaultValue)
Copyright © 2024 The Apache Software Foundation. All rights reserved.