public interface ParameterMeta extends AnnotatedMeta<Parameter>, ConditionMeta
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getIndex() |
Class<?> |
getType() |
Object |
getValue(Object[] args) |
boolean |
isPageable() |
boolean |
isResponseExtractor() |
static ParameterMeta |
withIndex(MethodMeta methodMeta,
Parameter parameter,
int index) |
findAnnotation, getAnnotation, getAnnotations, getElement, isAnnotationPresentfindAttributeAnnotation, getGenericType, getName, getQueryClauseAnnotation, getQueryClauses, isArray, isArrayOrCollection, isAssignableTo, isBasic, isBasicArrayOrCollection, isCollection, isRange, isScriptstatic ParameterMeta withIndex(MethodMeta methodMeta, Parameter parameter, int index)
boolean isPageable()
boolean isResponseExtractor()
int getIndex()
Class<?> getType()
getType 在接口中 ConditionMetaCopyright © 2021. All rights reserved.