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