public interface Operator
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
apply(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain shenyuPluginChain,
org.apache.shenyu.common.dto.convert.rule.impl.ParamMappingRuleHandle paramMappingRuleHandle)
Process.
|
default void |
operation(com.jayway.jsonpath.DocumentContext context,
org.apache.shenyu.common.dto.convert.rule.impl.ParamMappingRuleHandle paramMappingRuleHandle)
Operation.
|
default java.lang.String |
operation(java.lang.String jsonValue,
org.apache.shenyu.common.dto.convert.rule.impl.ParamMappingRuleHandle paramMappingRuleHandle)
Operation.
|
default reactor.core.publisher.Mono<java.lang.Void> |
release(org.apache.shenyu.plugin.base.support.CachedBodyOutputMessage outputMessage,
java.lang.Throwable throwable)
Clean buffer.
|
reactor.core.publisher.Mono<java.lang.Void> apply(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain shenyuPluginChain,
org.apache.shenyu.common.dto.convert.rule.impl.ParamMappingRuleHandle paramMappingRuleHandle)
exchange - exchangeshenyuPluginChain - chainparamMappingRuleHandle - handledefault reactor.core.publisher.Mono<java.lang.Void> release(org.apache.shenyu.plugin.base.support.CachedBodyOutputMessage outputMessage,
java.lang.Throwable throwable)
outputMessage - outputthrowable - throwabledefault java.lang.String operation(java.lang.String jsonValue,
org.apache.shenyu.common.dto.convert.rule.impl.ParamMappingRuleHandle paramMappingRuleHandle)
jsonValue - jsonparamMappingRuleHandle - handledefault void operation(com.jayway.jsonpath.DocumentContext context,
org.apache.shenyu.common.dto.convert.rule.impl.ParamMappingRuleHandle paramMappingRuleHandle)
context - contextparamMappingRuleHandle - handleCopyright © 2026 The Apache Software Foundation. All rights reserved.