Uses of Interface
org.springframework.boot.EnvironmentPostProcessor
Packages that use EnvironmentPostProcessor
Package
Description
Low level support for Cloud deployments.
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
DevTools classes relating to Spring Framework's
Environment
.Support classes for Reactor integration.
Classes supporting application concerns and the org.springframework.boot package.
-
Uses of EnvironmentPostProcessor in org.springframework.boot.cloud
Classes in org.springframework.boot.cloud that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclass
AnEnvironmentPostProcessor
that knows where to find VCAP (a.k.a. -
Uses of EnvironmentPostProcessor in org.springframework.boot.context.config
Classes in org.springframework.boot.context.config that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclass
-
Uses of EnvironmentPostProcessor in org.springframework.boot.devtools.env
Classes in org.springframework.boot.devtools.env that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclass
EnvironmentPostProcessor
to add devtools properties from the user's home directory.class
EnvironmentPostProcessor
to add properties that make sense when working at development time. -
Uses of EnvironmentPostProcessor in org.springframework.boot.reactor
Classes in org.springframework.boot.reactor that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclass
EnvironmentPostProcessor
to enable the Reactor global features as early as possible in the startup process. -
Uses of EnvironmentPostProcessor in org.springframework.boot.support
Classes in org.springframework.boot.support that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclass
EnvironmentPostProcessor
to add theRandomValuePropertySource
.class
AnEnvironmentPostProcessor
that parses JSON fromspring.application.json
or equivalentlySPRING_APPLICATION_JSON
and adds it as a map property source to theEnvironment
.class
AnEnvironmentPostProcessor
that replaces the systemEnvironmentSystemEnvironmentPropertySource
with anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
that can track theSystemEnvironmentOrigin
for every system environment property.Methods in org.springframework.boot.support that return types with arguments of type EnvironmentPostProcessorModifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessor
instances.