Uses of Class
de.vinado.boot.secrets.CompositePropertyIndexSupplier.Builder
-
Uses of CompositePropertyIndexSupplier.Builder in de.vinado.boot.secrets
Modifier and TypeMethodDescriptionCompositePropertyIndexSupplier.Builder.add
(PropertyIndexSupplier supplier) CompositePropertyIndexSupplier.Builder.addAll
(Collection<PropertyIndexSupplier> suppliers) CompositePropertyIndexSupplier.builder()
Creates a newCompositePropertyIndexSupplier.Builder
throwing an exception lazily in caseCompositePropertyIndexSupplier.get()
encounters duplicate keys while merging the underlyingdelegates
.CompositePropertyIndexSupplier.keeping()
Creates a newCompositePropertyIndexSupplier.Builder
keeping existing values of duplicate keys duringmerge
.CompositePropertyIndexSupplier.overriding()
Creates a newCompositePropertyIndexSupplier.Builder
overriding existing values of duplicate keys duringmerge
.CompositePropertyIndexSupplier.using
(BinaryOperator<String> mergeFunction) Creates a newCompositePropertyIndexSupplier.Builder
using the given merge function to handle duplicate keys duringmerge
.