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 GsonRender
Gson. json(Object object)
Creates arenderable object
to render the given object as JSON.static GsonRender
Gson. json(Object object, com.google.gson.Gson gson)
Creates arenderable object
to render the given object as JSON.
-