Uses of Interface
org.springframework.boot.origin.Origin
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
Support for
@ConfigurationProperties
binding.Sources for external configuration properties.
Spring
Environment
support.Support for item origin tracking.
-
Uses of Origin in org.springframework.boot.context.config
-
Uses of Origin in org.springframework.boot.context.properties.bind
-
Uses of Origin in org.springframework.boot.context.properties.source
ModifierConstructorDescriptionConfigurationProperty
(ConfigurationPropertyName name, Object value, Origin origin) -
Uses of Origin in org.springframework.boot.env
-
Uses of Origin in org.springframework.boot.origin
Modifier and TypeClassDescriptionclass
Origin
from aPropertySource
.class
Origin
for an item loaded from the system environment.class
Origin
for an item loaded from a text resource.Modifier and TypeMethodDescriptionstatic Origin
Find theOrigin
that an object originated from.static Origin
PropertySourceOrigin.get
(PropertySource<?> propertySource, String name) static <K> Origin
Attempt to look up the origin from the given source.Return the origin of the given key ornull
if the origin cannot be determined.OriginProvider.getOrigin()
Return the source origin ornull
if the origin is not known.OriginTrackedResource.getOrigin()
OriginTrackedValue.getOrigin()
default Origin
Origin.getParent()
Return the parent origin for this instance if there is one.TextResourceOrigin.getParent()
Modifier and TypeMethodDescriptionOrigin.parentsFrom
(Object source) Find the parents of theOrigin
that an object originated from.Modifier and TypeMethodDescriptionstatic OriginTrackedResource
Return a neworigin tracked
version the givenResource
.OriginTrackedResource.of
(WritableResource resource, Origin origin) Return a neworigin tracked
version the givenWritableResource
.static OriginTrackedValue