JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.camel.component.stitch.client.models
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 and Description
Map
<
String
,
Object
>
toMap
()
Create a map representation of the model which is essentially the JSON representation of the model.
Method Detail
toMap
Map
<
String
,
Object
> toMap()
Create a map representation of the model which is essentially the JSON representation of the model.
Returns:
Map
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Apache Camel