Interface StitchModel

All Known Implementing Classes:
StitchError, StitchMessage, StitchRequestBody, StitchResponse, StitchSchema

public interface StitchModel
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a map representation of the model which is essentially the JSON representation of the model.
  • Method Details

    • toMap

      Map<String,Object> toMap()
      Create a map representation of the model which is essentially the JSON representation of the model.
      Returns:
      Map<String,Object>