public class BodyInserterContext
extends java.lang.Object
implements org.springframework.web.reactive.function.BodyInserter.Context
| 构造器和说明 |
|---|
BodyInserterContext()
Instantiates a new Body inserter context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
hints() |
java.util.List<org.springframework.http.codec.HttpMessageWriter<?>> |
messageWriters() |
java.util.Optional<org.springframework.http.server.reactive.ServerHttpRequest> |
serverRequest() |
public java.util.List<org.springframework.http.codec.HttpMessageWriter<?>> messageWriters()
messageWriters 在接口中 org.springframework.web.reactive.function.BodyInserter.Contextpublic java.util.Optional<org.springframework.http.server.reactive.ServerHttpRequest> serverRequest()
serverRequest 在接口中 org.springframework.web.reactive.function.BodyInserter.Contextpublic java.util.Map<java.lang.String,java.lang.Object> hints()
hints 在接口中 org.springframework.web.reactive.function.BodyInserter.ContextCopyright © 2026 The Apache Software Foundation. All rights reserved.