Package org.elasticsearch.rest
Class RestResponseUtils
java.lang.Object
org.elasticsearch.rest.RestResponseUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic BytesReferencegetBodyContent(RestResponse restResponse) static StringgetTextBodyContent(Iterator<org.elasticsearch.core.CheckedConsumer<Writer, IOException>> iterator) static <T extends org.elasticsearch.xcontent.ToXContent>
TsetUpXContentMock(T mock)
-
Method Details
-
getBodyContent
-
getTextBodyContent
public static String getTextBodyContent(Iterator<org.elasticsearch.core.CheckedConsumer<Writer, IOException>> iterator) -
setUpXContentMock
public static <T extends org.elasticsearch.xcontent.ToXContent> T setUpXContentMock(T mock)
-