Uses of Interface
ratpack.gson.GsonRender
-
Packages that use GsonRender Package Description ratpack.gson Provides integration with Google Gson for JSON parsing and rendering. -
-
Uses of GsonRender in ratpack.gson
Methods in ratpack.gson that return GsonRender Modifier and Type Method Description static GsonRenderGson. json(java.lang.Object object)Creates arenderable objectto render the given object as JSON.static GsonRenderGson. json(java.lang.Object object, com.google.gson.Gson gson)Creates arenderable objectto render the given object as JSON.
-