public interface DynamicPropertyRegistry
@DynamicPropertySource
methods so that they can add properties to the Environment
that have
dynamically resolved values.DynamicPropertySource
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
Supplier<Object> valueSupplier)
Add a
Supplier for the given property name to this registry. |