PropertySourceOrigin

constructor(propertySource: PropertySource<out Any>, propertyName: String)

Create a new PropertySourceOrigin instance.

Parameters

propertySource

the property source

propertyName

the name from the property source


constructor(propertySource: PropertySource<out Any>, propertyName: String, origin: Origin)

Create a new PropertySourceOrigin instance.

Since

3.2.8

Parameters

propertySource

the property source

propertyName

the name from the property source

origin

the actual origin for the source if known