public class BodyInserterContext extends Object implements org.springframework.web.reactive.function.BodyInserter.Context
| Constructor and Description |
|---|
BodyInserterContext() |
BodyInserterContext(org.springframework.web.reactive.function.client.ExchangeStrategies exchangeStrategies) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
hints() |
List<org.springframework.http.codec.HttpMessageWriter<?>> |
messageWriters() |
Optional<org.springframework.http.server.reactive.ServerHttpRequest> |
serverRequest() |
public BodyInserterContext()
public BodyInserterContext(org.springframework.web.reactive.function.client.ExchangeStrategies exchangeStrategies)
public List<org.springframework.http.codec.HttpMessageWriter<?>> messageWriters()
messageWriters in interface org.springframework.web.reactive.function.BodyInserter.Contextpublic Optional<org.springframework.http.server.reactive.ServerHttpRequest> serverRequest()
serverRequest in interface org.springframework.web.reactive.function.BodyInserter.ContextCopyright © 2022 Pivotal Software, Inc.. All rights reserved.