public final class ParameterInfo extends Object
| Constructor and Description |
|---|
ParameterInfo(Class<?> clazz,
Method method,
int paramIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticationPrincipalAnnotationErrorOnInvalidType() |
Class<?> |
getCollectionType() |
String |
getDefaultValue() |
String |
getName() |
Class<?> |
getType() |
org.springframework.core.convert.TypeDescriptor |
getTypeDescriptor() |
boolean |
hasAuthenticationPrincipalAnnotation() |
boolean |
hasCookieValueAnnotation() |
boolean |
hasMetadataParamAnnotation() |
boolean |
hasRequestHeaderAnnotation() |
boolean |
hasRequestParamAnnotation() |
boolean |
isClientParameter() |
boolean |
isJavaUtilOptional() |
boolean |
isRequired() |
boolean |
isSupportedParameter() |
public Class<?> getType()
public Class<?> getCollectionType()
public String getName()
public boolean hasRequestParamAnnotation()
public boolean hasMetadataParamAnnotation()
public boolean hasRequestHeaderAnnotation()
public boolean hasCookieValueAnnotation()
public boolean hasAuthenticationPrincipalAnnotation()
public boolean authenticationPrincipalAnnotationErrorOnInvalidType()
public boolean isRequired()
public String getDefaultValue()
public boolean isSupportedParameter()
public org.springframework.core.convert.TypeDescriptor getTypeDescriptor()
public boolean isClientParameter()
public boolean isJavaUtilOptional()
Copyright © 2010–2018. All rights reserved.