public interface OptionalPropertyContext<T>
Modifier and Type | Method and Description |
---|---|
OptionalConfigurationProperty<T> |
build() |
OptionalPropertyContext<List<T>> |
multivalued(Pattern separatorPattern) |
DefaultedPropertyContext<T> |
withDefault(Supplier<T> defaultValueSupplier) |
DefaultedPropertyContext<T> |
withDefault(T defaultValue) |
OptionalPropertyContext<List<T>> multivalued(Pattern separatorPattern)
DefaultedPropertyContext<T> withDefault(T defaultValue)
DefaultedPropertyContext<T> withDefault(Supplier<T> defaultValueSupplier)
OptionalConfigurationProperty<T> build()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.