@FunctionalInterface public interface PropertyIndexSupplier extends Supplier<Map<String,String>>
Supplier's type.| Modifier and Type | Method and Description |
|---|---|
default UnaryOperator<String> |
substitute(PropertyResolver resolver)
Substitutes the entry's value.
|
default Function<Map.Entry<?,String>,String> |
substituteValue(PropertyResolver resolver)
Substitutes the entry's value.
|
default PropertyIndexSupplier |
substituteValues(PropertyResolver resolver)
Creates an index supplier which substitutes every value contained by the underlying map.
|
default PropertyIndexSupplier substituteValues(PropertyResolver resolver)
resolver - the component that resolves system propertydefault Function<Map.Entry<?,String>,String> substituteValue(PropertyResolver resolver)
resolver - the component that resolves system propertydefault UnaryOperator<String> substitute(PropertyResolver resolver)
resolver - the component that resolves system propertyCopyright © 2021. All rights reserved.