T - the type of web server factory to customizepublic abstract class ManagementWebServerFactoryCustomizer<T extends org.springframework.boot.web.server.ConfigurableWebServerFactory>
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>, org.springframework.core.Ordered
WebServerFactoryCustomizer that customizes the WebServerFactory used to
create the management context's web server.| Modifier | Constructor and Description |
|---|---|
protected |
ManagementWebServerFactoryCustomizer(org.springframework.beans.factory.ListableBeanFactory beanFactory,
java.lang.Class<? extends org.springframework.boot.web.server.WebServerFactoryCustomizer<?>>... customizerClasses) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(T factory) |
protected void |
customize(T factory,
ManagementServerProperties managementServerProperties,
org.springframework.boot.autoconfigure.web.ServerProperties serverProperties) |
int |
getOrder() |
@SafeVarargs
protected ManagementWebServerFactoryCustomizer(org.springframework.beans.factory.ListableBeanFactory beanFactory,
java.lang.Class<? extends org.springframework.boot.web.server.WebServerFactoryCustomizer<?>>... customizerClasses)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic final void customize(T factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<T extends org.springframework.boot.web.server.ConfigurableWebServerFactory>protected void customize(T factory, ManagementServerProperties managementServerProperties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)