@API(status=STABLE) @FunctionalInterface public interface BodyReplacer<T extends HttpMessage>
| Modifier and Type | Method and Description |
|---|---|
static <T extends HttpMessage> |
composite(BodyReplacer<T>... replacers) |
String |
replace(T message) |
@SafeVarargs static <T extends HttpMessage> BodyReplacer<T> composite(BodyReplacer<T>... replacers)
Copyright © 2015–2021 Zalando SE. All rights reserved.