Package ratpack.gson
Interface GsonParseOpts
-
public interface GsonParseOptsParsing configuration for Google's Gson library.- Since:
- 1.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<com.google.gson.Gson>getGson()Get theGsoninstance to use when deserializing the JSON.
-