类 BodyInserterContext

java.lang.Object
org.apache.shenyu.plugin.base.support.BodyInserterContext
所有已实现的接口:
org.springframework.web.reactive.function.BodyInserter.Context

public class BodyInserterContext extends Object implements org.springframework.web.reactive.function.BodyInserter.Context
The type Body inserter context.
另请参阅:
  • 构造器详细资料

    • BodyInserterContext

      public BodyInserterContext()
      Instantiates a new Body inserter context.
  • 方法详细资料

    • messageWriters

      public List<org.springframework.http.codec.HttpMessageWriter<?>> messageWriters()
      指定者:
      messageWriters 在接口中 org.springframework.web.reactive.function.BodyInserter.Context
    • serverRequest

      public Optional<org.springframework.http.server.reactive.ServerHttpRequest> serverRequest()
      指定者:
      serverRequest 在接口中 org.springframework.web.reactive.function.BodyInserter.Context
    • hints

      public Map<String,Object> hints()
      指定者:
      hints 在接口中 org.springframework.web.reactive.function.BodyInserter.Context