java.lang.Object
ch.ralscha.extdirectspring.util.ParameterInfo
Object holds information about a parameter. i.e. the name, type and the attributes of a
RequestParam annotation.
-
Constructor Details
-
ParameterInfo
-
-
Method Details
-
getType
-
getCollectionType
-
getName
-
hasRequestParamAnnotation
public boolean hasRequestParamAnnotation() -
hasMetadataParamAnnotation
public boolean hasMetadataParamAnnotation() -
hasRequestHeaderAnnotation
public boolean hasRequestHeaderAnnotation() -
hasCookieValueAnnotation
public boolean hasCookieValueAnnotation() -
hasAuthenticationPrincipalAnnotation
public boolean hasAuthenticationPrincipalAnnotation() -
authenticationPrincipalAnnotationErrorOnInvalidType
public boolean authenticationPrincipalAnnotationErrorOnInvalidType() -
isRequired
public boolean isRequired() -
getDefaultValue
-
isSupportedParameter
public boolean isSupportedParameter() -
getTypeDescriptor
public org.springframework.core.convert.TypeDescriptor getTypeDescriptor() -
isClientParameter
public boolean isClientParameter() -
isJavaUtilOptional
public boolean isJavaUtilOptional()
-