类 HandlerMethod.ConcurrentResultMethodParameter
java.lang.Object
cn.taketoday.core.MethodParameter
cn.taketoday.core.annotation.SynthesizingMethodParameter
cn.taketoday.web.handler.method.HandlerMethod.HandlerMethodParameter
cn.taketoday.web.handler.method.HandlerMethod.ConcurrentResultMethodParameter
- 所有已实现的接口:
AnnotatedElement
- 封闭类:
- HandlerMethod
private class HandlerMethod.ConcurrentResultMethodParameter
extends HandlerMethod.HandlerMethodParameter
MethodParameter subclass based on the actual return value type or if
that's null falling back on the generic type within the declared async
return type, e.g. Foo instead of
DeferredResult<Foo>.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明clone()Class<?><T extends Annotation>
booleanhasMethodAnnotation(Class<T> annotationType) 从类继承的方法 cn.taketoday.web.handler.method.HandlerMethod.HandlerMethodParameter
getContainingClass, getMethod, getMethodAnnotation, getParameterAnnotations, toString从类继承的方法 cn.taketoday.core.annotation.SynthesizingMethodParameter
adaptAnnotation, adaptAnnotationArray, forExecutable, forParameter从类继承的方法 cn.taketoday.core.MethodParameter
equals, forFieldAwareConstructor, getAnnotatedElement, getAnnotation, getAnnotations, getConstructor, getDeclaredAnnotations, getDeclaringClass, getExecutable, getMember, getMethodAnnotations, getNestedGenericParameterType, getNestedParameterType, getNestingLevel, getParameter, getParameterAnnotation, getParameterIndex, getParameterName, getTypeIndexForCurrentLevel, getTypeIndexForLevel, hashCode, hasParameterAnnotation, hasParameterAnnotations, initParameterNameDiscovery, isAnnotationPresent, isNullable, isOptional, nested, nested, nestedIfOptional, withContainingClass, withTypeIndex从接口继承的方法 java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
字段详细资料
-
returnValue
-
returnType
private final cn.taketoday.core.ResolvableType returnType
-
-
构造器详细资料
-
ConcurrentResultMethodParameter
-
ConcurrentResultMethodParameter
-
-
方法详细资料
-
getParameterType
- 覆盖:
getParameterType在类中cn.taketoday.core.MethodParameter
-
getGenericParameterType
- 覆盖:
getGenericParameterType在类中cn.taketoday.core.MethodParameter
-
hasMethodAnnotation
-
clone
-