Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.api.API
Packages that use API
Package
Description
-
Uses of API in org.eclipse.lemminx.customservice.synapse.api.generator
Methods in org.eclipse.lemminx.customservice.synapse.api.generator that return APIModifier and TypeMethodDescriptionAPIGenerator.generateSynapseAPI()Generate API from provided swagger definitionAPIGenerator.generateSynapseAPI(API existingAPI) Generate API from provided swagger definition referring to the old API.Methods in org.eclipse.lemminx.customservice.synapse.api.generator with parameters of type APIModifier and TypeMethodDescriptionRestApiAdmin.generateSwaggerFromSynapseAPIByFormat(API api, boolean isJSON, int port) Function to generate API from swagger definition (from Synapse API).APIGenerator.generateSynapseAPI(API existingAPI) Generate API from provided swagger definition referring to the old API.RestApiAdmin.generateUpdatedSwaggerFromAPI(String existingSwagger, boolean isJSONIn, boolean isJSONOut, API api, int port, String projectPath) Generate updated OpenApi definition using an updated API.GenericApiObjectDefinition.getPathMap(API api) Provides structure for the "paths" element in swagger definition.Constructors in org.eclipse.lemminx.customservice.synapse.api.generator with parameters of type API -
Uses of API in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with parameters of type APIModifierConstructorDescriptionApiVisitor(API syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) -
Uses of API in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover with parameters of type APIModifierConstructorDescriptionStepOverApiVisitor(API syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) -
Uses of API in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.api
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.api with parameters of type APIModifier and TypeMethodDescriptionstatic StringAPISerializer.serializeAPI(API api) static org.apache.axiom.om.OMElementAPISerializer.serializeVersioningStrategy(API api, org.apache.axiom.om.OMElement apiElement)