public class GsonFactory extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.gson.Gson |
createCamelCase(SlackConfig config)
Mainly used for SCIM APIs.
|
static com.google.gson.Gson |
createSnakeCase()
Most of the Slack APIs' key naming is snake-cased.
|
static com.google.gson.Gson |
createSnakeCase(SlackConfig config)
Most of the Slack APIs' key naming is snake-cased.
|
public static com.google.gson.Gson createSnakeCase()
public static com.google.gson.Gson createSnakeCase(SlackConfig config)
public static com.google.gson.Gson createCamelCase(SlackConfig config)
Copyright © 2020. All rights reserved.