Object GsonHelper
-
- All Implemented Interfaces:
public class GsonHelper
Helper to prepare a GSON object able to process the JSON configuration string.
-
-
Field Summary
Fields Modifier and Type Field Description public final static GsonHelper
INSTANCE
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>
prepareGson()
Prepares a GSON object for the JSON string processing. -
-
Method Detail
-
prepareGson
final <Error class: unknown class> prepareGson()
Prepares a GSON object for the JSON string processing.
-
-
-
-