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