C F G J R T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- chunkedJsonList(Gson, Publisher<T>) - Static method in class ratpack.gson.Gson
-
Renders a data stream as a JSON list, directly streaming the JSON.
- chunkedJsonList(Registry, Publisher<T>) - Static method in class ratpack.gson.Gson
-
Renders a data stream as a JSON list, directly streaming the JSON.
- configure() - Method in class ratpack.gson.GsonModule
F
- fromJson(TypeToken<T>) - Static method in class ratpack.gson.Gson
-
Creates a
parseable objectto parse a request body into the given type. - fromJson(TypeToken<T>, Gson) - Static method in class ratpack.gson.Gson
-
Creates a
parseable objectto parse a request body into the given type. - fromJson(Class<T>) - Static method in class ratpack.gson.Gson
-
Creates a
parseable objectto parse a request body into the given type. - fromJson(Class<T>, Gson) - Static method in class ratpack.gson.Gson
-
Creates a
parseable objectto parse a request body into the given type.
G
- getGson() - Method in interface ratpack.gson.GsonParseOpts
-
Get the
Gsoninstance to use when deserializing the JSON. - getGson() - Method in interface ratpack.gson.GsonRender
-
The
Gsoninstance to use when serializing the object to JSON. - getObject() - Method in interface ratpack.gson.GsonRender
-
The underlying object to be rendered.
- Gson - Class in ratpack.gson
-
Support for rendering and parsing JSON using Google's Gson library.
- GsonModule - Class in ratpack.gson
-
Registers JSON parsing and rendering support using Google's Gson library.
- GsonModule() - Constructor for class ratpack.gson.GsonModule
- GsonParseOpts - Interface in ratpack.gson
-
Parsing configuration for Google's Gson library.
- GsonRender - Interface in ratpack.gson
-
A
renderable object wrapperfor rendering as JSON.
J
- json(Object) - Static method in class ratpack.gson.Gson
-
Creates a
renderable objectto render the given object as JSON. - json(Object, Gson) - Static method in class ratpack.gson.Gson
-
Creates a
renderable objectto render the given object as JSON. - jsonElement() - Static method in class ratpack.gson.Gson
-
Creates a
parseable objectto parse a request body into aJsonElement. - jsonElement(Gson) - Static method in class ratpack.gson.Gson
-
Creates a
parseable objectto parse a request body into aJsonElement.
R
- ratpack.gson - package ratpack.gson
-
Provides integration with Google Gson for JSON parsing and rendering.
T
- toJson(Registry) - Static method in class ratpack.gson.Gson
-
Creates a mapping function that returns the JSON representation as a string of the input object.
All Classes All Packages