Uses of Interface
org.springframework.boot.origin.Origin
Packages that use 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
Methods in org.springframework.boot.context.config that return Origin -
Uses of Origin in org.springframework.boot.context.properties.bind
Methods in org.springframework.boot.context.properties.bind that return Origin -
Uses of Origin in org.springframework.boot.context.properties.source
Methods in org.springframework.boot.context.properties.source that return OriginConstructors in org.springframework.boot.context.properties.source with parameters of type OriginModifierConstructorDescriptionConfigurationProperty
(ConfigurationPropertyName name, Object value, Origin origin) -
Uses of Origin in org.springframework.boot.env
Methods in org.springframework.boot.env that return Origin -
Uses of Origin in org.springframework.boot.origin
Classes in org.springframework.boot.origin that implement OriginModifier 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.Methods in org.springframework.boot.origin that return OriginModifier 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()
Methods in org.springframework.boot.origin that return types with arguments of type OriginModifier and TypeMethodDescriptionOrigin.parentsFrom
(Object source) Find the parents of theOrigin
that an object originated from.Methods in org.springframework.boot.origin with parameters of type OriginModifier 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