Class UISchemaMapper
java.lang.Object
org.eclipse.lemminx.customservice.synapse.utils.UISchemaMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectmapInputToUISchema(com.google.gson.JsonObject data, com.google.gson.JsonObject uiSchema) static com.google.gson.JsonObjectmapInputToUISchemaForConnector(Connector connector, com.google.gson.JsonObject uiSchema) static com.google.gson.JsonObjectmapInputToUISchemaForInboundEndpoint(InboundEndpoint ib, com.google.gson.JsonObject uiSchema)
-
Constructor Details
-
UISchemaMapper
public UISchemaMapper()
-
-
Method Details
-
mapInputToUISchema
public static com.google.gson.JsonObject mapInputToUISchema(com.google.gson.JsonObject data, com.google.gson.JsonObject uiSchema) -
mapInputToUISchemaForConnector
public static com.google.gson.JsonObject mapInputToUISchemaForConnector(Connector connector, com.google.gson.JsonObject uiSchema) -
mapInputToUISchemaForInboundEndpoint
public static com.google.gson.JsonObject mapInputToUISchemaForInboundEndpoint(InboundEndpoint ib, com.google.gson.JsonObject uiSchema)
-