Uses of Class
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Packages that use ApplicationEnvironmentPreparedEvent
Package
Description
Classes related to Spring's
ApplicationContext.Classes supporting application concerns and the org.springframework.boot package.
-
Uses of ApplicationEnvironmentPreparedEvent in org.springframework.boot.context
Classes in org.springframework.boot.context that implement interfaces with type arguments of type ApplicationEnvironmentPreparedEventModifier and TypeClassDescriptionclassAnApplicationListenerthat 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 TypeMethodDescriptionvoidFileEncodingApplicationListener.onApplicationEvent(ApplicationEnvironmentPreparedEvent event) -
Uses of ApplicationEnvironmentPreparedEvent in org.springframework.boot.support
Classes in org.springframework.boot.support that implement interfaces with type arguments of type ApplicationEnvironmentPreparedEventModifier and TypeClassDescriptionclassAnApplicationListenerthat configuresAnsiOutputdepending on the value of the propertyspring.output.ansi.enabled.Methods in org.springframework.boot.support with parameters of type ApplicationEnvironmentPreparedEventModifier and TypeMethodDescriptionvoidAnsiOutputApplicationListener.onApplicationEvent(ApplicationEnvironmentPreparedEvent event)