Uses of Interface
org.springframework.boot.origin.OriginProvider
Packages that use 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
Classes in org.springframework.boot.context.config that implement OriginProviderModifier and TypeClassDescriptionfinal classA user specified location that can beresolvedto one or moreconfig data resources.classConfigDataNotFoundExceptionthrown when aConfigDataLocationcannot be found.classConfigDataNotFoundExceptionthrown when aConfigDatacannot be found.classConfigDataNotFoundExceptionthrown when aConfigDataResourcecannot be found. -
Uses of OriginProvider in org.springframework.boot.context.properties.bind
Classes in org.springframework.boot.context.properties.bind that implement OriginProvider -
Uses of OriginProvider in org.springframework.boot.context.properties.source
Classes in org.springframework.boot.context.properties.source that implement OriginProviderModifier and TypeClassDescriptionfinal classA single configuration property obtained from aConfigurationPropertySourceconsisting of aname,valueand optionalorigin. -
Uses of OriginProvider in org.springframework.boot.docker.compose.service.connection
Classes in org.springframework.boot.docker.compose.service.connection that implement OriginProviderModifier and TypeClassDescriptionprotected static classConvenient base class forConnectionDetailsresults that are backed by aRunningService. -
Uses of OriginProvider in org.springframework.boot.origin
Classes in org.springframework.boot.origin that implement OriginProviderModifier and TypeClassDescriptionclassstatic classVariant ofOriginTrackedResourceforWritableResourceinstances.class -
Uses of OriginProvider in org.springframework.boot.testcontainers.service.connection
Classes in org.springframework.boot.testcontainers.service.connection that implement OriginProviderModifier and TypeClassDescriptionprotected static classContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>Base class forConnectionDetailsresults that are backed by aContainerConnectionSource.final classContainerConnectionSource<C extends org.testcontainers.containers.Container<?>>Passed toContainerConnectionDetailsFactoryto provide details of the@ServiceConnectionannotatedContainerthat provides the service.