public abstract class BaseHTTPRequestEncoder extends BaseRequestEncoder
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
log| Constructor and Description |
|---|
BaseHTTPRequestEncoder() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
generateRequestBody(Object body) |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Copyright © 2022. All rights reserved.