public static class CompositePropertyIndexSupplier.Builder extends Object
CompositePropertyIndexSupplier.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CompositePropertyIndexSupplier.Builder |
add(Map<String,String> properties) |
CompositePropertyIndexSupplier.Builder |
add(PropertyIndexSupplier supplier) |
CompositePropertyIndexSupplier.Builder |
addAll(Collection<PropertyIndexSupplier> suppliers) |
CompositePropertyIndexSupplier |
build()
Creates a new instance of
CompositePropertyIndexSupplier leaving property values as is. |
CompositePropertyIndexSupplier |
buildAndSubstitute(PropertyResolver resolver)
Creates a new instance of
CompositePropertyIndexSupplier substituting property values if necessary. |
public CompositePropertyIndexSupplier.Builder add(Map<String,String> properties)
public CompositePropertyIndexSupplier.Builder add(PropertyIndexSupplier supplier)
public CompositePropertyIndexSupplier.Builder addAll(Collection<PropertyIndexSupplier> suppliers)
public CompositePropertyIndexSupplier build()
CompositePropertyIndexSupplier leaving property values as is.CompositePropertyIndexSupplierpublic CompositePropertyIndexSupplier buildAndSubstitute(PropertyResolver resolver)
CompositePropertyIndexSupplier substituting property values if necessary.
Note that the substitution only takes place when CompositePropertyIndexSupplier.get() is called.resolver - must not be nullCompositePropertyIndexSupplierCopyright © 2023. All rights reserved.