Uses of Interface
org.springframework.boot.origin.OriginProvider
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.
Service connection support for Docker Compose.
Support for item origin tracking.
General support for service connections in tests.
-
Uses of OriginProvider in org.springframework.boot.context.config
Modifier and TypeClassDescriptionfinal class
A user specified location that can beresolved
to one or moreconfig data resources
.class
ConfigDataNotFoundException
thrown when aConfigDataLocation
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigData
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigDataResource
cannot be found. -
Uses of OriginProvider in org.springframework.boot.context.properties.bind
-
Uses of OriginProvider in org.springframework.boot.context.properties.source
Modifier and TypeClassDescriptionfinal class
A single configuration property obtained from aConfigurationPropertySource
consisting of aname
,value
and optionalorigin
. -
Uses of OriginProvider in org.springframework.boot.docker.compose.service.connection
Modifier and TypeClassDescriptionprotected static class
Convenient base class forConnectionDetails
results that are backed by aRunningService
. -
Uses of OriginProvider in org.springframework.boot.origin
Modifier and TypeClassDescriptionclass
static class
Variant ofOriginTrackedResource
forWritableResource
instances.class
class
Origin
from aPropertySource
. -
Uses of OriginProvider in org.springframework.boot.testcontainers.service.connection
Modifier and TypeClassDescriptionprotected static class
ContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>
Base class forConnectionDetails
results that are backed by aContainerConnectionSource
.final class
ContainerConnectionSource<C extends org.testcontainers.containers.Container<?>>
Passed toContainerConnectionDetailsFactory
to provide details of the@ServiceConnection
annotatedContainer
that provides the service.