类 HandlerMethod.ReturnValueMethodParameter
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.ReturnValueMethodParameter
- 所有已实现的接口:
AnnotatedElement
- 封闭类:
- HandlerMethod
A MethodParameter for a HandlerMethod return type based on an actual return value.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.web.handler.method.HandlerMethod.HandlerMethodParameter
getContainingClass, getMethod, getMethodAnnotation, getParameterAnnotations, hasMethodAnnotation, toString从类继承的方法 cn.taketoday.core.annotation.SynthesizingMethodParameter
adaptAnnotation, adaptAnnotationArray, forExecutable, forParameter从类继承的方法 cn.taketoday.core.MethodParameter
equals, forFieldAwareConstructor, getAnnotatedElement, getAnnotation, getAnnotations, getConstructor, getDeclaredAnnotations, getDeclaringClass, getExecutable, getGenericParameterType, 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
-
字段详细资料
-
returnValueType
-
-
构造器详细资料
-
ReturnValueMethodParameter
-
ReturnValueMethodParameter
-
-
方法详细资料
-
getParameterType
- 覆盖:
getParameterType在类中cn.taketoday.core.MethodParameter
-
clone
-