public final class ParameterInfo extends Object
| Constructor and Description |
|---|
ParameterInfo(Method method,
int paramIndex) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCollectionType() |
String |
getDefaultValue() |
String |
getName() |
Class<?> |
getType() |
org.springframework.core.convert.TypeDescriptor |
getTypeDescriptor() |
boolean |
isHasRequestHeaderAnnotation() |
boolean |
isHasRequestParamAnnotation() |
boolean |
isRequired() |
boolean |
isSupportedParameter() |
public ParameterInfo(Method method, int paramIndex)
public Class<?> getType()
public Class<?> getCollectionType()
public String getName()
public boolean isHasRequestParamAnnotation()
public boolean isHasRequestHeaderAnnotation()
public boolean isRequired()
public String getDefaultValue()
public boolean isSupportedParameter()
public org.springframework.core.convert.TypeDescriptor getTypeDescriptor()
Copyright © 2010-2013. All Rights Reserved.