Class WebServerFactoryCustomizerBeanPostProcessor

java.lang.Object
org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanPostProcessor

public class WebServerFactoryCustomizerBeanPostProcessor extends Object implements BeanPostProcessor, BeanFactoryAware
BeanPostProcessor that applies all WebServerFactoryCustomizer beans from the bean factory to WebServerFactory beans.
Since:
2.0.0
Author:
Dave Syer, Phillip Webb, Stephane Nicoll