Package io.goodforgod.gson.configuration
Class GsonFactory
java.lang.Object
io.goodforgod.gson.configuration.GsonFactory
Simple
Gson factory implementation that builds instance of Gson from property file:
gson.properties- Since:
- 06.10.2021
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GsonFactory
public GsonFactory()
-
-
Method Details
-
build
public com.google.gson.Gson build()- Returns:
- Gson built with
GsonConfigurationas base
-
builder
public com.google.gson.GsonBuilder builder()- Returns:
- Gson built with
GsonConfigurationas base
-