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 TypeClassDescriptionclassAnEnvironmentPostProcessorthat 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 TypeClassDescriptionclassEnvironmentPostProcessorto add devtools properties from the user's home directory.classEnvironmentPostProcessorto 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 TypeClassDescriptionclassEnvironmentPostProcessorto add theRandomValuePropertySource.classAnEnvironmentPostProcessorthat parses JSON fromspring.application.jsonor equivalentlySPRING_APPLICATION_JSONand adds it as a map property source to theEnvironment.classAnEnvironmentPostProcessorthat replaces the systemEnvironmentSystemEnvironmentPropertySourcewith anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySourcethat can track theSystemEnvironmentOriginfor 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 requestedEnvironmentPostProcessorinstances. -
Uses of EnvironmentPostProcessor in org.springframework.boot.reactor
Classes in org.springframework.boot.reactor that implement EnvironmentPostProcessorModifier and TypeClassDescriptionclassEnvironmentPostProcessorto enable the Reactor global features as early as possible in the startup process.