public class DelegatingMethodParameter
extends org.springframework.core.MethodParameter
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.core.MethodParameter[] |
customize(String[] pNames,
org.springframework.core.MethodParameter[] parameters) |
boolean |
equals(Object o) |
AnnotatedElement |
getAnnotatedElement() |
Constructor<?> |
getConstructor() |
Class<?> |
getContainingClass() |
Class<?> |
getDeclaringClass() |
Executable |
getExecutable() |
Type |
getGenericParameterType() |
Member |
getMember() |
Method |
getMethod() |
Type |
getNestedGenericParameterType() |
Class<?> |
getNestedParameterType() |
Annotation[] |
getParameterAnnotations() |
String |
getParameterName() |
Class<?> |
getParameterType() |
int |
hashCode() |
void |
initParameterNameDiscovery(org.springframework.core.ParameterNameDiscoverer parameterNameDiscoverer) |
boolean |
isParameterObject() |
org.springframework.core.MethodParameter |
withContainingClass(Class<?> containingClass) |
adaptAnnotation, adaptAnnotationArray, clone, decreaseNestingLevel, findParameterIndex, forExecutable, forMethodOrConstructor, forParameter, getMethodAnnotation, getMethodAnnotations, getNestingLevel, getParameter, getParameterAnnotation, getParameterIndex, getTypeIndexForCurrentLevel, getTypeIndexForLevel, hasMethodAnnotation, hasParameterAnnotation, hasParameterAnnotations, increaseNestingLevel, isOptional, nested, nested, nestedIfOptional, setTypeIndexForCurrentLevel, toString, withTypeIndexpublic static org.springframework.core.MethodParameter[] customize(String[] pNames, org.springframework.core.MethodParameter[] parameters)
@NonNull public Annotation[] getParameterAnnotations()
getParameterAnnotations in class org.springframework.core.MethodParameterpublic String getParameterName()
getParameterName in class org.springframework.core.MethodParameterpublic Method getMethod()
getMethod in class org.springframework.core.MethodParameterpublic Constructor<?> getConstructor()
getConstructor in class org.springframework.core.MethodParameterpublic Class<?> getDeclaringClass()
getDeclaringClass in class org.springframework.core.MethodParameterpublic Member getMember()
getMember in class org.springframework.core.MethodParameterpublic AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class org.springframework.core.MethodParameterpublic Executable getExecutable()
getExecutable in class org.springframework.core.MethodParameterpublic org.springframework.core.MethodParameter withContainingClass(Class<?> containingClass)
withContainingClass in class org.springframework.core.MethodParameterpublic Class<?> getContainingClass()
getContainingClass in class org.springframework.core.MethodParameterpublic Class<?> getParameterType()
getParameterType in class org.springframework.core.MethodParameterpublic Type getGenericParameterType()
getGenericParameterType in class org.springframework.core.MethodParameterpublic Class<?> getNestedParameterType()
getNestedParameterType in class org.springframework.core.MethodParameterpublic Type getNestedGenericParameterType()
getNestedGenericParameterType in class org.springframework.core.MethodParameterpublic void initParameterNameDiscovery(org.springframework.core.ParameterNameDiscoverer parameterNameDiscoverer)
initParameterNameDiscovery in class org.springframework.core.MethodParameterpublic boolean equals(Object o)
equals in class org.springframework.core.MethodParameterpublic int hashCode()
hashCode in class org.springframework.core.MethodParameterpublic boolean isParameterObject()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.