public class ElasticsearchClientUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
formatRequest(GsonProvider gsonProvider,
ElasticsearchRequest request) |
static String |
formatRequestData(GsonProvider gsonProvider,
ElasticsearchRequest request) |
static String |
formatRequestData(GsonProvider gsonProvider,
com.google.gson.JsonObject body) |
static String |
formatResponse(GsonProvider gsonProvider,
ElasticsearchResponse response) |
static boolean |
isSuccessCode(int code) |
static org.apache.http.HttpEntity |
toEntity(com.google.gson.Gson gson,
ElasticsearchRequest request) |
public static boolean isSuccessCode(int code)
public static org.apache.http.HttpEntity toEntity(com.google.gson.Gson gson,
ElasticsearchRequest request)
public static String formatRequest(GsonProvider gsonProvider, ElasticsearchRequest request)
public static String formatRequestData(GsonProvider gsonProvider, ElasticsearchRequest request)
public static String formatRequestData(GsonProvider gsonProvider, com.google.gson.JsonObject body)
public static String formatResponse(GsonProvider gsonProvider, ElasticsearchResponse response)
Copyright © 2006–2017 Hibernate. All rights reserved.