Skip navigation links
A B C D E F G H I M O P R S T V 

A

AbstractProducerContextArgMapper - Class in io.servicecomb.swagger.invocation.arguments.producer
 
AbstractProducerContextArgMapper(int) - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
addArgumentMapper(ArgumentMapper) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
addContext(String, String) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
addContext(Map<String, String>) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
addHeader(String, Object) - Method in class io.servicecomb.swagger.invocation.response.Headers
 
addStatusType(Response.StatusType) - Method in class io.servicecomb.core.context.HttpStatusManager
 
ArgumentMapper - Interface in io.servicecomb.swagger.invocation.arguments
 
ArgumentsMapperConfig - Class in io.servicecomb.swagger.invocation.arguments
 
ArgumentsMapperConfig() - Constructor for class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
ArgumentsMapperFactory - Class in io.servicecomb.swagger.invocation.arguments
 
ArgumentsMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
AsyncResponse - Interface in io.servicecomb.core
 

B

build() - Method in class io.servicecomb.core.Response
 

C

collectContextArgumentsMapper(ArgumentsMapperConfig) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
collectSwaggerArgumentsMapper(ArgumentsMapperConfig) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
CommonExceptionData - Class in io.servicecomb.core.exception
 
CommonExceptionData() - Constructor for class io.servicecomb.core.exception.CommonExceptionData
 
CommonExceptionData(String) - Constructor for class io.servicecomb.core.exception.CommonExceptionData
 
complete(Response) - Method in interface io.servicecomb.core.AsyncResponse
 
CONSUMER_INNER_REASON_PHRASE - Static variable in class io.servicecomb.core.exception.ExceptionFactory
 
CONSUMER_INNER_STATUS - Static variable in class io.servicecomb.core.exception.ExceptionFactory
 
CONSUMER_INNER_STATUS_CODE - Static variable in class io.servicecomb.core.exception.ExceptionFactory
 
ConsumerArgumentSame - Class in io.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerArgumentSame(int, int) - Constructor for class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentSame
 
ConsumerArgumentsMapper - Class in io.servicecomb.swagger.invocation.arguments.consumer
将consumer参数保存到invocation中去(args/context) 比如契约原型是 int add(int x, int y) 而consumer原型是int add(InvocationContext context, int x, int y) 除了context参数,剩下的参数,必须与契约中的一一匹配,包括顺序、类型
ConsumerArgumentsMapper(List<ArgumentMapper>, int) - Constructor for class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper
 
ConsumerArgumentsMapperFactory - Class in io.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerArgumentsMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
ConsumerArgumentToBodyField - Class in io.servicecomb.swagger.invocation.arguments.consumer
透明RPC的典型场景 因为没有标注指明RESTful映射方式 所以,所有参数被包装为一个class,每个参数是一个field
ConsumerArgumentToBodyField(Class<?>, int, Map<Integer, Field>) - Constructor for class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 
consumerFail(Throwable) - Method in interface io.servicecomb.core.AsyncResponse
 
consumerFailResp(Throwable) - Static method in class io.servicecomb.core.Response
 
ConsumerInvocationContextMapper - Class in io.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerInvocationContextMapper(int) - Constructor for class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapper
 
ConsumerInvocationContextMapperFactory - Class in io.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerInvocationContextMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory
 
ConsumerResponseCseSame - Class in io.servicecomb.swagger.invocation.response.consumer
 
ConsumerResponseCseSame() - Constructor for class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseCseSame
 
ConsumerResponseMapper - Interface in io.servicecomb.swagger.invocation.response.consumer
 
ConsumerResponseMapperFactory - Class in io.servicecomb.swagger.invocation.response.consumer
 
ConsumerResponseMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory
 
ConsumerResponseSame - Class in io.servicecomb.swagger.invocation.response.consumer
 
ConsumerResponseSame() - Constructor for class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseSame
 
context - Variable in class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
ContextArgumentMapperFactory - Interface in io.servicecomb.swagger.invocation.arguments
 
convertConsumerException(Throwable) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
convertConsumerException(Throwable, String) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
convertException(int, String, Throwable, String) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
convertProducerException(Throwable) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
convertProducerException(Throwable, String) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
create(Response.StatusType, Object) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
create(int, String, Object) - Static method in class io.servicecomb.core.Response
 
create(Response.StatusType, Object) - Static method in class io.servicecomb.core.Response
 
create(int) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory
 
create(int) - Method in interface io.servicecomb.swagger.invocation.arguments.ContextArgumentMapperFactory
 
create(int) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory
 
createArgumentSame(int, int) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createArgumentSame(int, int) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
createArgumentSame(int, int) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
createArgumentsMapper(Swagger, Method, List<Parameter>, Method, List<Parameter>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createArgumentsMapper(ArgumentsMapperConfig) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createArgumentsMapper(ArgumentsMapperConfig) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
createArgumentsMapper(ArgumentsMapperConfig) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
createBodyFieldArgMapper(ArgumentsMapperConfig, int, Map<Integer, Field>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createBodyFieldArgMapper(ArgumentsMapperConfig, int, Map<Integer, Field>) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
createBodyFieldArgMapper(ArgumentsMapperConfig, int, Map<Integer, Field>) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
createConsumerException(Object) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
createConsumerFail(Throwable) - Static method in class io.servicecomb.core.Response
 
createContextArg(SwaggerInvocation) - Method in class io.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
createContextArg(SwaggerInvocation) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapper
 
createFactoryMap(List<ContextArgumentMapperFactory>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createFail(InvocationException) - Static method in class io.servicecomb.core.Response
 
createFail(InvocationType, String) - Static method in class io.servicecomb.core.Response
 
createFail(InvocationType, Throwable) - Static method in class io.servicecomb.core.Response
 
createProducerException(Object) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
createProducerFail(Throwable) - Static method in class io.servicecomb.core.Response
 
createResponseMapper(Class<?>) - Method in class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory
 
createResponseMapper(Class<?>) - Method in class io.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory
 
createSuccess(Response.StatusType, Object) - Static method in class io.servicecomb.core.Response
 
createSuccess(Object) - Static method in class io.servicecomb.core.Response
 

D

doCreate(Response.StatusType, Object) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 
doCreate(int, String, CommonExceptionData, Throwable) - Static method in class io.servicecomb.core.exception.ExceptionFactory
 

E

entity(Object) - Method in class io.servicecomb.core.Response
 
ExceptionFactory - Class in io.servicecomb.core.exception
 

F

fail(InvocationType, Throwable) - Method in interface io.servicecomb.core.AsyncResponse
 
failResp(InvocationException) - Static method in class io.servicecomb.core.Response
 
failResp(InvocationType, Throwable) - Static method in class io.servicecomb.core.Response
 
findFactory(Class<?>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
findInParameters(String, List<Parameter>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
findResponseMeta(int) - Method in class io.servicecomb.swagger.invocation.response.ResponsesMeta
 

G

generateSkipParamInfo(String, ArgumentsMapperConfig, String) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
getArgumentMapper(int) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper
 
getArgumentMapperList() - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getBodyIndexList(List<Parameter>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
getContext() - Method in class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
getContext(String) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
getContextClass() - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory
 
getContextClass() - Method in interface io.servicecomb.swagger.invocation.arguments.ContextArgumentMapperFactory
 
getContextClass() - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory
 
getErrorData() - Method in exception io.servicecomb.core.exception.InvocationException
 
getFamily() - Method in class io.servicecomb.core.context.HttpStatus
 
getFirst(String) - Method in class io.servicecomb.swagger.invocation.response.Headers
 
getHeader(String) - Method in class io.servicecomb.swagger.invocation.response.Headers
 
getHeaderMap() - Method in class io.servicecomb.swagger.invocation.response.Headers
 
getHeaders() - Method in class io.servicecomb.core.Response
 
getHeaders() - Method in class io.servicecomb.swagger.invocation.response.ResponseMeta
 
getInvocationType() - Method in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
getJavaType() - Method in class io.servicecomb.swagger.invocation.response.ResponseMeta
 
getMessage() - Method in class io.servicecomb.core.exception.CommonExceptionData
 
getMessage() - Method in exception io.servicecomb.core.exception.InvocationException
 
getOrCreateByStatusCode(int) - Method in class io.servicecomb.core.context.HttpStatusManager
 
getParameterType() - Method in class io.servicecomb.swagger.invocation.generator.SwaggerInvocationContextProcessor
 
getProviderMethod() - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getProviderParameters() - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getReasonPhrase() - Method in class io.servicecomb.core.context.HttpStatus
 
getReasonPhrase() - Method in exception io.servicecomb.core.exception.InvocationException
 
getReasonPhrase() - Method in class io.servicecomb.core.Response
 
getResponseClass() - Method in class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseCseSame
 
getResponseClass() - Method in interface io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapper
 
getResponseClass() - Method in class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseSame
 
getResponseClass() - Method in class io.servicecomb.swagger.invocation.response.producer.ProducerResponseCseSame
 
getResponseClass() - Method in interface io.servicecomb.swagger.invocation.response.producer.ProducerResponseMapper
 
getResponseClass() - Method in class io.servicecomb.swagger.invocation.response.producer.ProducerResponseSame
 
getResult() - Method in class io.servicecomb.core.Response
 
getStatus() - Method in exception io.servicecomb.core.exception.InvocationException
 
getStatus() - Method in class io.servicecomb.core.Response
 
getStatusCode() - Method in class io.servicecomb.core.context.HttpStatus
 
getStatusCode() - Method in exception io.servicecomb.core.exception.InvocationException
 
getStatusCode() - Method in class io.servicecomb.core.Response
 
getSwagger() - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getSwaggerArgument(int) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
getSwaggerArguments() - Method in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
getSwaggerMethod() - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getSwaggerParameters() - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getSwaggerParamType() - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 

H

handle(Response) - Method in interface io.servicecomb.core.AsyncResponse
 
Headers - Class in io.servicecomb.swagger.invocation.response
 
Headers() - Constructor for class io.servicecomb.swagger.invocation.response.Headers
 
HttpStatus - Class in io.servicecomb.core.context
 
HttpStatus(int, String) - Constructor for class io.servicecomb.core.context.HttpStatus
 
HttpStatusManager - Class in io.servicecomb.core.context
 
HttpStatusManager() - Constructor for class io.servicecomb.core.context.HttpStatusManager
 

I

init(ClassLoader, String, Swagger, Response) - Method in class io.servicecomb.swagger.invocation.response.ResponseMeta
 
init(ClassLoader, String, Swagger, Operation, Type) - Method in class io.servicecomb.swagger.invocation.response.ResponsesMeta
 
initSuccessResponse(Type) - Method in class io.servicecomb.swagger.invocation.response.ResponsesMeta
 
InvocationException - Exception in io.servicecomb.core.exception
业务在provider端,想返回在swagger中定义好的错误 通过抛出本类型的异常来实现 如果不是本类型的异常,则强制认为是PRODUCER_INNER_STATUS_CODE错误
InvocationException(Response.StatusType, Object) - Constructor for exception io.servicecomb.core.exception.InvocationException
 
InvocationException(Response.StatusType, String) - Constructor for exception io.servicecomb.core.exception.InvocationException
 
InvocationException(int, String, Object, Throwable) - Constructor for exception io.servicecomb.core.exception.InvocationException
 
InvocationException(int, String, Object) - Constructor for exception io.servicecomb.core.exception.InvocationException
 
InvocationType - Enum in io.servicecomb.core.invocation
 
invocationType - Variable in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
io.servicecomb.core - package io.servicecomb.core
 
io.servicecomb.core.context - package io.servicecomb.core.context
 
io.servicecomb.core.exception - package io.servicecomb.core.exception
 
io.servicecomb.core.invocation - package io.servicecomb.core.invocation
 
io.servicecomb.swagger.extend.parameter - package io.servicecomb.swagger.extend.parameter
 
io.servicecomb.swagger.invocation - package io.servicecomb.swagger.invocation
 
io.servicecomb.swagger.invocation.arguments - package io.servicecomb.swagger.invocation.arguments
 
io.servicecomb.swagger.invocation.arguments.consumer - package io.servicecomb.swagger.invocation.arguments.consumer
 
io.servicecomb.swagger.invocation.arguments.producer - package io.servicecomb.swagger.invocation.arguments.producer
 
io.servicecomb.swagger.invocation.generator - package io.servicecomb.swagger.invocation.generator
 
io.servicecomb.swagger.invocation.response - package io.servicecomb.swagger.invocation.response
 
io.servicecomb.swagger.invocation.response.consumer - package io.servicecomb.swagger.invocation.response.consumer
 
io.servicecomb.swagger.invocation.response.producer - package io.servicecomb.swagger.invocation.response.producer
 
isFailed() - Method in class io.servicecomb.core.Response
 
isSuccess(int) - Static method in class io.servicecomb.core.context.HttpStatus
 
isSuccess(Response.StatusType) - Static method in class io.servicecomb.core.context.HttpStatus
 
isSuccessed() - Method in class io.servicecomb.core.Response
 

M

mapArgument(SwaggerInvocation, Object[]) - Method in interface io.servicecomb.swagger.invocation.arguments.ArgumentMapper
 
mapArgument(SwaggerInvocation, Object[]) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentSame
 
mapArgument(SwaggerInvocation, Object[]) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 
mapArgument(SwaggerInvocation, Object[]) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapper
 
mapArgument(SwaggerInvocation, Object[]) - Method in class io.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
mapArgument(SwaggerInvocation, Object[]) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentSame
 
mapArgument(SwaggerInvocation, Object[]) - Method in class io.servicecomb.swagger.invocation.arguments.producer.SwaggerArgumentToProducerBodyField
 
mapBodyArg(ArgumentsMapperConfig, int, int) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
mapResponse(Response) - Method in class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseCseSame
 
mapResponse(Response) - Method in interface io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapper
 
mapResponse(Response) - Method in class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseSame
 
mapResponse(Response.StatusType, Object) - Method in class io.servicecomb.swagger.invocation.response.producer.ProducerResponseCseSame
 
mapResponse(Response.StatusType, Object) - Method in interface io.servicecomb.swagger.invocation.response.producer.ProducerResponseMapper
 
mapResponse(Response.StatusType, Object) - Method in class io.servicecomb.swagger.invocation.response.producer.ProducerResponseSame
 

O

ok(Object) - Static method in class io.servicecomb.core.Response
 

P

process(OperationGenerator, int) - Method in class io.servicecomb.swagger.invocation.generator.SwaggerInvocationContextProcessor
 
processBodyArgMapper(ArgumentsMapperConfig, int) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
processBodyFieldArgMapper(ArgumentsMapperConfig, int) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
PRODUCER_INNER_REASON_PHRASE - Static variable in class io.servicecomb.core.exception.ExceptionFactory
 
PRODUCER_INNER_STATUS - Static variable in class io.servicecomb.core.exception.ExceptionFactory
 
PRODUCER_INNER_STATUS_CODE - Static variable in class io.servicecomb.core.exception.ExceptionFactory
 
producerArgIdx - Variable in class io.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
ProducerArgumentSame - Class in io.servicecomb.swagger.invocation.arguments.producer
 
ProducerArgumentSame(int, int) - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentSame
 
ProducerArgumentsMapper - Class in io.servicecomb.swagger.invocation.arguments.producer
将契约参数转为producer原型 比如契约原型是 int add(int x, int y) 而producer原型是int add(HttpRequest request, int x, int y)
ProducerArgumentsMapper(List<ArgumentMapper>, int) - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapper
 
ProducerArgumentsMapperFactory - Class in io.servicecomb.swagger.invocation.arguments.producer
 
ProducerArgumentsMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
producerFail(Throwable) - Method in interface io.servicecomb.core.AsyncResponse
 
producerFailResp(Throwable) - Static method in class io.servicecomb.core.Response
 
ProducerInvocationContextMapper - Class in io.servicecomb.swagger.invocation.arguments.producer
 
ProducerInvocationContextMapper(int) - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapper
 
ProducerInvocationContextMapperFactory - Class in io.servicecomb.swagger.invocation.arguments.producer
 
ProducerInvocationContextMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory
 
ProducerResponseCseSame - Class in io.servicecomb.swagger.invocation.response.producer
 
ProducerResponseCseSame() - Constructor for class io.servicecomb.swagger.invocation.response.producer.ProducerResponseCseSame
 
ProducerResponseMapper - Interface in io.servicecomb.swagger.invocation.response.producer
 
ProducerResponseMapperFactory - Class in io.servicecomb.swagger.invocation.response.producer
 
ProducerResponseMapperFactory() - Constructor for class io.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory
 
ProducerResponseSame - Class in io.servicecomb.swagger.invocation.response.producer
 
ProducerResponseSame() - Constructor for class io.servicecomb.swagger.invocation.response.producer.ProducerResponseSame
 
providerFailResp(Throwable) - Static method in class io.servicecomb.core.Response
 

R

Response - Class in io.servicecomb.core
用jaxrs的Response能表达所有概念 但是那个是abstract类,在不引入jersey之类的库的情况下,我们需要补充的功能太多 所以,使用一个简单的归一化类
Response() - Constructor for class io.servicecomb.core.Response
 
ResponseMeta - Class in io.servicecomb.swagger.invocation.response
 
ResponseMeta() - Constructor for class io.servicecomb.swagger.invocation.response.ResponseMeta
 
ResponsesMeta - Class in io.servicecomb.swagger.invocation.response
 
ResponsesMeta() - Constructor for class io.servicecomb.swagger.invocation.response.ResponsesMeta
 

S

setArgumentMapperList(List<ArgumentMapper>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setContext(Map<String, String>) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
setFactoryList(List<ContextArgumentMapperFactory>) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
setFactoryList(List<ContextArgumentMapperFactory>) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
setHeaderMap(Map<String, List<Object>>) - Method in class io.servicecomb.swagger.invocation.response.Headers
 
setHeaders(Headers) - Method in class io.servicecomb.core.Response
 
setJavaType(JavaType) - Method in class io.servicecomb.swagger.invocation.response.ResponseMeta
 
setMapperList(List<ConsumerResponseMapper>) - Method in class io.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory
 
setMapperList(List<ProducerResponseMapper>) - Method in class io.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory
 
setMessage(String) - Method in class io.servicecomb.core.exception.CommonExceptionData
 
setProviderMethod(Method) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setProviderParameters(List<Parameter>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setResult(Object) - Method in class io.servicecomb.core.Response
 
setStatus(Response.StatusType) - Method in class io.servicecomb.core.Response
 
setSwagger(Swagger) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setSwaggerArgument(int, Object) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
setSwaggerArguments(Object[]) - Method in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
setSwaggerMethod(Method) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setSwaggerParameters(List<Parameter>) - Method in class io.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
status(Response.StatusType) - Static method in class io.servicecomb.core.Response
 
success(Response.StatusType, Object) - Method in interface io.servicecomb.core.AsyncResponse
 
success(Object) - Method in interface io.servicecomb.core.AsyncResponse
 
success(Object, Response.StatusType) - Static method in class io.servicecomb.core.Response
 
succResp(Object) - Static method in class io.servicecomb.core.Response
 
swaggerArguments - Variable in class io.servicecomb.swagger.invocation.SwaggerInvocation
 
SwaggerArgumentToProducerBodyField - Class in io.servicecomb.swagger.invocation.arguments.producer
透明RPC的典型场景 因为没有标注指明RESTful映射方式 所以,所有参数被包装为一个class,每个参数是一个field producer在处理时,需要将这些field取出来当作参数使用
SwaggerArgumentToProducerBodyField(int, Map<Integer, Field>) - Constructor for class io.servicecomb.swagger.invocation.arguments.producer.SwaggerArgumentToProducerBodyField
 
SwaggerInvocation - Class in io.servicecomb.swagger.invocation
 
SwaggerInvocation() - Constructor for class io.servicecomb.swagger.invocation.SwaggerInvocation
 
SwaggerInvocationContext - Class in io.servicecomb.swagger.invocation
 
SwaggerInvocationContext() - Constructor for class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
SwaggerInvocationContext(Map<String, String>) - Constructor for class io.servicecomb.swagger.invocation.SwaggerInvocationContext
 
SwaggerInvocationContextParameter - Class in io.servicecomb.swagger.extend.parameter
 
SwaggerInvocationContextParameter() - Constructor for class io.servicecomb.swagger.extend.parameter.SwaggerInvocationContextParameter
 
SwaggerInvocationContextProcessor - Class in io.servicecomb.swagger.invocation.generator
 
SwaggerInvocationContextProcessor() - Constructor for class io.servicecomb.swagger.invocation.generator.SwaggerInvocationContextProcessor
 

T

toInvocation(Object[], SwaggerInvocation) - Method in class io.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper
 
toProducerArgs(SwaggerInvocation) - Method in class io.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapper
 
toString() - Method in class io.servicecomb.core.exception.CommonExceptionData
 
toString() - Method in exception io.servicecomb.core.exception.InvocationException
 

V

valueOf(String) - Static method in enum io.servicecomb.core.invocation.InvocationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.servicecomb.core.invocation.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M O P R S T V 
Skip navigation links

Copyright © 2017. All rights reserved.