public class InvocationRuntimeType extends Object
| Constructor and Description |
|---|
InvocationRuntimeType(Class<?> associatedClass,
Method associatedMethod,
ResponsesMeta responsesMeta,
ArgumentsMapper argumentsMapper) |
InvocationRuntimeType(ResponsesMeta responsesMeta) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JavaType |
findResponseType(int statusCode) |
ArgumentsMapper |
getArgumentsMapper() |
Class<?> |
getAssociatedClass() |
Method |
getAssociatedMethod() |
boolean |
isRawConsumer() |
void |
setArgumentsMapper(ArgumentsMapper argumentsMapper) |
void |
setAssociatedClass(Class<?> associatedClass) |
void |
setAssociatedMethod(Method associatedMethod) |
void |
setSuccessResponseType(com.fasterxml.jackson.databind.JavaType javaType) |
void |
setSuccessResponseType(Type type) |
public InvocationRuntimeType(Class<?> associatedClass, Method associatedMethod, ResponsesMeta responsesMeta, ArgumentsMapper argumentsMapper)
public InvocationRuntimeType(ResponsesMeta responsesMeta)
public Class<?> getAssociatedClass()
public Method getAssociatedMethod()
public ArgumentsMapper getArgumentsMapper()
public com.fasterxml.jackson.databind.JavaType findResponseType(int statusCode)
public void setSuccessResponseType(com.fasterxml.jackson.databind.JavaType javaType)
public void setSuccessResponseType(Type type)
public void setAssociatedClass(Class<?> associatedClass)
public void setAssociatedMethod(Method associatedMethod)
public void setArgumentsMapper(ArgumentsMapper argumentsMapper)
public boolean isRawConsumer()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.