Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound.InboundEndpoint
Packages that use InboundEndpoint
Package
Description
-
Uses of InboundEndpoint in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with parameters of type InboundEndpointModifierConstructorDescriptionInboundEndpointVisitor(InboundEndpoint syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) -
Uses of InboundEndpoint in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover with parameters of type InboundEndpointModifierConstructorDescriptionStepOverInboundEndpointVisitor(InboundEndpoint syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) -
Uses of InboundEndpoint in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer with parameters of type InboundEndpointModifier and TypeMethodDescriptionstatic StringInboundEndpointSerializer.serializeInboundEndpoint(InboundEndpoint inboundEndpoint) -
Uses of InboundEndpoint in org.eclipse.lemminx.customservice.synapse.utils
Methods in org.eclipse.lemminx.customservice.synapse.utils with parameters of type InboundEndpointModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectUISchemaMapper.mapInputToUISchemaForInboundEndpoint(InboundEndpoint ib, com.google.gson.JsonObject uiSchema)