Class UISchemaMapper

java.lang.Object
org.eclipse.lemminx.customservice.synapse.utils.UISchemaMapper

public class UISchemaMapper extends Object
  • 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)