module

SpringPropertyPath

Resolves Spring ${property:default} placeholders in any mapping path. Nested placeholders are resolved from the inside out, matching Spring's PropertySourcesPlaceholderConfigurer behaviour at a best-effort level.

Instance methods

resolve(path : String, properties : Hash(String, String) = {} of String => String) : String
Source