Class PropertySourceOrigin

java.lang.Object
org.springframework.boot.origin.PropertySourceOrigin
All Implemented Interfaces:
Origin

public class PropertySourceOrigin extends Object implements Origin
Since:
2.0.0
Author:
Phillip Webb
  • Constructor Details

    • PropertySourceOrigin

      public PropertySourceOrigin(PropertySource<?> propertySource, String propertyName)
      Create a new PropertySourceOrigin instance.
      Parameters:
      propertySource - the property source
      propertyName - the name from the property source
  • Method Details