Interface OptionalPropertyContext<T>
public interface OptionalPropertyContext<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
substitute
(Object expected, Object replacement) substitute
(UnaryOperator<Object> substitution) withDefault
(Supplier<T> defaultValueSupplier) withDefault
(T defaultValue)
-
Method Details
-
substitute
-
substitute
-
multivalued
OptionalPropertyContext<List<T>> multivalued() -
validate
-
withDefault
-
withDefault
-
build
OptionalConfigurationProperty<T> build()
-