|
|
|
|
@ -19,6 +19,7 @@ package org.springframework.boot.context.properties.source;
@@ -19,6 +19,7 @@ package org.springframework.boot.context.properties.source;
|
|
|
|
|
import java.util.function.Predicate; |
|
|
|
|
|
|
|
|
|
import org.springframework.boot.origin.OriginTrackedValue; |
|
|
|
|
import org.springframework.core.env.PropertySource; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* A source of {@link ConfigurationProperty ConfigurationProperties}. |
|
|
|
|
@ -73,7 +74,7 @@ public interface ConfigurationPropertySource {
@@ -73,7 +74,7 @@ public interface ConfigurationPropertySource {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Return the underlying {@PropertySource}. |
|
|
|
|
* Return the underlying {@link PropertySource}. |
|
|
|
|
* @return the underlying property source. |
|
|
|
|
*/ |
|
|
|
|
Object getUnderlyingSource(); |
|
|
|
|
|