Class CorsDecoratorFactoryFunction

java.lang.Object
com.linecorp.armeria.server.cors.CorsDecoratorFactoryFunction
All Implemented Interfaces:
DecoratorFactoryFunction<CorsDecorator>

public final class CorsDecoratorFactoryFunction extends Object implements DecoratorFactoryFunction<CorsDecorator>
A factory which creates a CorsService decorator when only one CorsDecorator is added.