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