Uses of Interface
org.springframework.boot.env.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
.Spring
Environment
support.Support classes for Reactor integration.
-
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.env
Classes in org.springframework.boot.env 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.env that return types with arguments of type EnvironmentPostProcessorModifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessor
instances. -
Uses of EnvironmentPostProcessor in org.springframework.boot.reactor
Classes in org.springframework.boot.reactor that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclass
EnvironmentPostProcessor
to enable the Reactor Debug Agent if available.