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