public class ValueProvider extends Object implements Serializable
Each provider is defined by a name
and can have an arbitrary number of
parameters
. The available providers are defined in the Spring Boot
documentation.
Constructor and Description |
---|
ValueProvider() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the provider.
|
Map<String,Object> |
getParameters()
Return the parameters.
|
void |
setName(String name) |
String |
toString() |