Class GsonFunctionExecutedEventInputValueFactory

java.lang.Object
com.slack.api.util.json.GsonFunctionExecutedEventInputValueFactory
All Implemented Interfaces:
com.google.gson.JsonDeserializer<FunctionExecutedEvent.InputValue>, com.google.gson.JsonSerializer<FunctionExecutedEvent.InputValue>

public class GsonFunctionExecutedEventInputValueFactory extends Object implements com.google.gson.JsonDeserializer<FunctionExecutedEvent.InputValue>, com.google.gson.JsonSerializer<FunctionExecutedEvent.InputValue>
  • Constructor Details

    • GsonFunctionExecutedEventInputValueFactory

      public GsonFunctionExecutedEventInputValueFactory()
    • GsonFunctionExecutedEventInputValueFactory

      public GsonFunctionExecutedEventInputValueFactory(boolean failOnUnknownProperties)
  • Method Details