Uses of Interface
org.springframework.boot.web.server.tomcat.TomcatContextCustomizer
Packages that use TomcatContextCustomizer
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatContextCustomizer in org.springframework.boot.web.server.tomcat
Classes in org.springframework.boot.web.server.tomcat that implement TomcatContextCustomizerModifier and TypeClassDescriptionclass
ATomcatContextCustomizer
that disables Tomcat's reflective reference clearing to avoid reflective access warnings on Java 9 and later JVMs.Methods in org.springframework.boot.web.server.tomcat that return types with arguments of type TomcatContextCustomizerModifier and TypeMethodDescriptionTomcatWebServerFactory.getContextCustomizers()
Returns a mutable collection of theTomcatContextCustomizer
s that will be applied to the TomcatContext
.Methods in org.springframework.boot.web.server.tomcat with parameters of type TomcatContextCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableTomcatWebServerFactory.addContextCustomizers
(TomcatContextCustomizer... tomcatContextCustomizers) AddTomcatContextCustomizer
s that should be added to the TomcatContext
.void
TomcatWebServerFactory.addContextCustomizers
(TomcatContextCustomizer... contextCustomizers) Method parameters in org.springframework.boot.web.server.tomcat with type arguments of type TomcatContextCustomizerModifier and TypeMethodDescriptionvoid
TomcatWebServerFactory.setContextCustomizers
(Collection<? extends TomcatContextCustomizer> contextCustomizers) SetTomcatContextCustomizer
s that should be applied to the TomcatContext
.