Package org.springframework.boot.support
@NullMarked
package org.springframework.boot.support
Classes supporting application concerns and the org.springframework.boot package.
-
ClassDescriptionAn
ApplicationListener
that configuresAnsiOutput
depending on the value of the propertyspring.output.ansi.enabled
.SmartApplicationListener
used to triggerEnvironmentPostProcessors
registered in thespring.factories
file.Factory interface used by theEnvironmentPostProcessorApplicationListener
to create theEnvironmentPostProcessor
instances.EnvironmentPostProcessor
to add theRandomValuePropertySource
.AnEnvironmentPostProcessor
that parses JSON fromspring.application.json
or equivalentlySPRING_APPLICATION_JSON
and adds it as a map property source to theEnvironment
.AnEnvironmentPostProcessor
that replaces the systemEnvironmentSystemEnvironmentPropertySource
with anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
that can track theSystemEnvironmentOrigin
for every system environment property.SystemEnvironmentPropertySource
that also tracksOrigin
.