Class Gson2Config
java.lang.Object
org.jdbi.v3.gson2.Gson2Config
- All Implemented Interfaces:
JdbiConfig<Gson2Config>
Configuration class for Gson 2 integration.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JdbiConfig
setRegistryModifier and TypeMethodDescriptiondefault voidsetRegistry(ConfigRegistry registry) The registry will inject itself into the configuration object.
-
Constructor Details
-
Gson2Config
public Gson2Config()
-
-
Method Details
-
setGson
Set theGsonto use for json conversion.- Parameters:
gson- the mapper to use- Returns:
- this
-
getGson
public com.google.gson.Gson getGson()Returns theGsonobject used for json conversion.- Returns:
- the
Gsonobject used for json conversion.
-
createCopy
Description copied from interface:JdbiConfigReturns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
createCopyin interfaceJdbiConfig<Gson2Config>- Returns:
- a copy of this configuration object.
-