jar

org.apache.servicecomb : swagger-invocation-core

Maven & Gradle

Jun 21, 2023
11 usages
1.8k stars

Java Chassis::Swagger::Invocation::Core

Table Of Contents

Latest Version

Download org.apache.servicecomb : swagger-invocation-core JAR file - Latest Versions:

All Versions

Download org.apache.servicecomb : swagger-invocation-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.8.x
2.7.x
2.6.x
2.5.x
2.3.x
2.2.x
2.1.x
2.0.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window swagger-invocation-core-2.8.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.servicecomb.swagger.invocation.arguments.producer.codec

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.codec.ArgWrapperJavaType.class - [JAR]

org.apache.servicecomb.swagger.invocation.context

├─ org.apache.servicecomb.swagger.invocation.context.ContextUtils.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.context.HttpStatus.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.context.HttpStatusManager.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.context.InvocationContext.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.context.InvocationContextCompletableFuture.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.context.TransportContext.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.context.VertxTransportContext.class - [JAR]

org.apache.servicecomb.swagger.invocation.response.consumer

├─ org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.OptionalConsumerResponseMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.consumer.OptionalConsumerResponseMapperFactory.class - [JAR]

org.apache.servicecomb.swagger.invocation.response.producer

├─ org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.OptionalProducerResponseMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.OptionalProducerResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.ProducerResponseMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory.class - [JAR]

org.apache.servicecomb.swagger.invocation.extension

├─ org.apache.servicecomb.swagger.invocation.extension.ProducerInvokeExtension.class - [JAR]

org.apache.servicecomb.swagger.invocation

├─ org.apache.servicecomb.swagger.invocation.AsyncResponse.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.InvocationType.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.Response.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.SwaggerInvocation.class - [JAR]

org.apache.servicecomb.swagger.engine

├─ org.apache.servicecomb.swagger.engine.SwaggerConsumer.class - [JAR]

├─ org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation.class - [JAR]

├─ org.apache.servicecomb.swagger.engine.SwaggerEnvironment.class - [JAR]

├─ org.apache.servicecomb.swagger.engine.SwaggerProducer.class - [JAR]

├─ org.apache.servicecomb.swagger.engine.SwaggerProducerOperation.class - [JAR]

org.apache.servicecomb.swagger.invocation.arguments.consumer

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ArgumentsMapperCommon.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ArgumentsMapperDirectReuse.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentSame.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperCreator.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerBeanParamMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerContextArgumentMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory.class - [JAR]

org.apache.servicecomb.swagger.invocation.converter.impl.part

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.BytesToPartConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.FileToPartConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.InputStreamToPartConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.PartListToPartArrayConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.PartListToPartListConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.PartToPartConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.converter.impl.part.ResourceToPartConverter.class - [JAR]

org.apache.servicecomb.swagger.invocation.exception

├─ org.apache.servicecomb.swagger.invocation.exception.CommonExceptionData.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.exception.DefaultExceptionToProducerResponseConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.exception.ExceptionToProducerResponseConverter.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.exception.ExceptionToProducerResponseConverters.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.exception.InvocationException.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.exception.InvocationExceptionToProducerResponseConverter.class - [JAR]

org.apache.servicecomb.swagger.invocation.converter

├─ org.apache.servicecomb.swagger.invocation.converter.Converter.class - [JAR]

org.apache.servicecomb.swagger.invocation.generator

├─ org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.generator.ScbResponseProcessor.class - [JAR]

org.apache.servicecomb.swagger.invocation.arguments.producer

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentSame.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperCreator.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerBeanParamMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerContextArgumentMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.producer.SwaggerBodyFieldToProducerArgument.class - [JAR]

org.apache.servicecomb.swagger.invocation.arguments

├─ org.apache.servicecomb.swagger.invocation.arguments.AbstractArgumentsMapperCreator.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.ArgumentMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.arguments.ContextArgumentMapperFactory.class - [JAR]

org.apache.servicecomb.swagger.invocation.response

├─ org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactory.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactorys.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.ResponseMetaMapper.class - [JAR]

├─ org.apache.servicecomb.swagger.invocation.response.ResponsesMeta.class - [JAR]

Advertisement

Dependencies from Group

Jun 21, 2023
48 usages
1.8k stars
Jun 21, 2023
32 usages
1.8k stars
Jun 21, 2023
25 usages
1.8k stars
Jun 21, 2023
18 usages
1.8k stars
Jun 21, 2023
16 usages
1.8k stars

Discover Dependencies

Feb 20, 2023
15 usages
1.8k stars
Jun 21, 2023
11 usages
1.8k stars
Oct 28, 2021
10 usages
Jul 21, 2022
9 usages
Oct 17, 2019
9 usages
389 stars
Nov 03, 2018
12 usages
Jun 29, 2018
9 usages
57 stars
May 26, 2020
21 usages
Jun 20, 2023
16 usages
106 stars