Class SerializeContextGlobalFilter
java.lang.Object
com.huaweicloud.common.adapters.gateway.SerializeContextGlobalFilter
- All Implemented Interfaces:
org.springframework.cloud.gateway.filter.GlobalFilter,org.springframework.core.Ordered
public class SerializeContextGlobalFilter
extends Object
implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerializeContextGlobalFilter
public SerializeContextGlobalFilter()
-
-
Method Details
-
filter
public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain) - Specified by:
filterin interfaceorg.springframework.cloud.gateway.filter.GlobalFilter
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-