public class BodyHandlers extends Object
| Constructor and Description |
|---|
BodyHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<RestResponse,RestResponse> |
text(String theText) |
static java.util.function.Function<RestResponse,RestResponse> |
text(String theText,
MediaType mediaType) |
public static java.util.function.Function<RestResponse,RestResponse> text(String theText)
public static java.util.function.Function<RestResponse,RestResponse> text(String theText, MediaType mediaType)
Copyright © 2014. All rights reserved.