OriginTrackedMapPropertySource

constructor(name: String, source: Map)

Create a new OriginTrackedMapPropertySource instance.

Parameters

name

the property source name

source

the underlying map source


constructor(name: String, source: Map, immutable: Boolean)

Create a new OriginTrackedMapPropertySource instance.

Since

2.2.0

Parameters

name

the property source name

source

the underlying map source

immutable

if the underlying source is immutable and guaranteed not to change