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