Uses of Class
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Packages that use ApplicationEnvironmentPreparedEvent
Package
Description
Classes related to Spring's
ApplicationContext
.External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ApplicationEnvironmentPreparedEvent in org.springframework.boot.context
Classes in org.springframework.boot.context that implement interfaces with type arguments of type ApplicationEnvironmentPreparedEventModifier and TypeClassDescriptionclass
AnApplicationListener
that halts application startup if the system file encoding does not match an expected value set in the environment.Methods in org.springframework.boot.context with parameters of type ApplicationEnvironmentPreparedEventModifier and TypeMethodDescriptionvoid
FileEncodingApplicationListener.onApplicationEvent
(ApplicationEnvironmentPreparedEvent event) -
Uses of ApplicationEnvironmentPreparedEvent in org.springframework.boot.context.config
Classes in org.springframework.boot.context.config that implement interfaces with type arguments of type ApplicationEnvironmentPreparedEventModifier and TypeClassDescriptionclass
AnApplicationListener
that configuresAnsiOutput
depending on the value of the propertyspring.output.ansi.enabled
.Methods in org.springframework.boot.context.config with parameters of type ApplicationEnvironmentPreparedEventModifier and TypeMethodDescriptionvoid
AnsiOutputApplicationListener.onApplicationEvent
(ApplicationEnvironmentPreparedEvent event)