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.
Core interfaces and classes for working with Docker Compose.
Service connection support for Docker Compose.
Spring
Environment
support.Support for item origin tracking.
Classes supporting application concerns and the org.springframework.boot package.
General support for service connections in tests.
-
Uses of Origin in org.springframework.boot.context.config
Methods in org.springframework.boot.context.config that return OriginModifier and TypeMethodDescription@Nullable Origin
ConfigDataLocation.getOrigin()
@Nullable Origin
ConfigDataLocationNotFoundException.getOrigin()
@Nullable Origin
ConfigDataResourceNotFoundException.getOrigin()
@Nullable Origin
InactiveConfigDataAccessException.getOrigin()
Return the origin or the property ornull
. -
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, @Nullable Origin origin) -
Uses of Origin in org.springframework.boot.docker.compose.core
Classes in org.springframework.boot.docker.compose.core that implement OriginModifier and TypeClassDescriptionfinal record
An origin which points to a service defined in Docker Compose. -
Uses of Origin in org.springframework.boot.docker.compose.service.connection
Methods in org.springframework.boot.docker.compose.service.connection that return 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 @Nullable Origin
Find theOrigin
that an object originated from.static Origin
PropertySourceOrigin.get
(PropertySource<?> propertySource, String name) static <K> @Nullable Origin
Attempt to look up the origin from the given source.@Nullable Origin
Return the origin of the given key ornull
if the origin cannot be determined.@Nullable Origin
OriginProvider.getOrigin()
Return the source origin ornull
if the origin is not known.@Nullable Origin
OriginTrackedResource.getOrigin()
@Nullable Origin
OriginTrackedValue.getOrigin()
@Nullable Origin
PropertySourceOrigin.getOrigin()
Return the actual origin for the source if known.default @Nullable Origin
Origin.getParent()
Return the parent origin for this instance if there is one.@Nullable Origin
PropertySourceOrigin.getParent()
@Nullable Origin
TextResourceOrigin.getParent()
Methods in org.springframework.boot.origin that return types with arguments of type OriginModifier and TypeMethodDescriptionOrigin.parentsFrom
(@Nullable 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 @Nullable OriginTrackedValue
Constructors in org.springframework.boot.origin with parameters of type OriginModifierConstructorDescriptionPropertySourceOrigin
(PropertySource<?> propertySource, String propertyName, @Nullable Origin origin) Create a newPropertySourceOrigin
instance. -
Uses of Origin in org.springframework.boot.support
Methods in org.springframework.boot.support that return Origin -
Uses of Origin in org.springframework.boot.testcontainers.service.connection
Methods in org.springframework.boot.testcontainers.service.connection that return Origin