Interface StitchModel
-
- All Known Implementing Classes:
StitchError,StitchMessage,StitchRequestBody,StitchResponse,StitchSchema
public interface StitchModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>toMap()Create a map representation of the model which is essentially the JSON representation of the model.
-