PropertySourcesPlaceholdersResolver

PlaceholdersResolver to resolve placeholders from PropertySources.

Author

Phillip Webb

Madhura Bhave

Since

2.0.0

Constructors

Link copied to clipboard
constructor(environment: Environment)
constructor(sources: Iterable<PropertySource<out Any>>)
constructor(sources: Iterable<PropertySource<out Any>>, helper: PropertyPlaceholderHelper)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun resolvePlaceholders(value: Any): Any
Called to resolve any placeholders in the given value.