private class HandlerMethod.ReturnValueMethodParameter extends HandlerMethod.HandlerMethodParameter
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
returnValue |
Modifier | Constructor and Description |
---|---|
protected |
ReturnValueMethodParameter(HandlerMethod.ReturnValueMethodParameter original) |
|
ReturnValueMethodParameter(java.lang.Object returnValue) |
Modifier and Type | Method and Description |
---|---|
HandlerMethod.ReturnValueMethodParameter |
clone() |
java.lang.Class<?> |
getParameterType()
Return the type of the method/constructor parameter.
|
getContainingClass, getMethodAnnotation, hasMethodAnnotation
adaptAnnotation, adaptAnnotationArray, forExecutable, forParameter
decreaseNestingLevel, equals, findParameterIndex, forMethodOrConstructor, getAnnotatedElement, getConstructor, getDeclaringClass, getExecutable, getGenericParameterType, getMember, getMethod, getMethodAnnotations, getNestedGenericParameterType, getNestedParameterType, getNestingLevel, getParameter, getParameterAnnotation, getParameterAnnotations, getParameterIndex, getParameterName, getTypeIndexForCurrentLevel, getTypeIndexForLevel, hashCode, hasParameterAnnotation, hasParameterAnnotations, increaseNestingLevel, initParameterNameDiscovery, isOptional, nested, nestedIfOptional, setTypeIndexForCurrentLevel, toString
public ReturnValueMethodParameter(java.lang.Object returnValue)
protected ReturnValueMethodParameter(HandlerMethod.ReturnValueMethodParameter original)
public java.lang.Class<?> getParameterType()
MethodParameter
getParameterType
in class MethodParameter
null
)public HandlerMethod.ReturnValueMethodParameter clone()
clone
in class HandlerMethod.HandlerMethodParameter