Class JsonLogHelper
java.lang.Object
org.hibernate.search.backend.elasticsearch.gson.spi.JsonLogHelper
Helpers allowing to log JSON.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(StringBuilder sb, com.google.gson.JsonObject object) void
append
(StringBuilder sb, Iterable<com.google.gson.JsonObject> objects) static JsonLogHelper
create
(com.google.gson.GsonBuilder gsonBuilder, boolean prettyPrinting) static JsonLogHelper
get()
toString
(com.google.gson.JsonObject object)
-
Method Details
-
get
-
create
-
toString
-
append
-
toString
-
append
-