public interface MapperMethod extends MethodMeta
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
invoke(Cluster cluster,
Object[] args)
调用映射方法
|
static MapperMethod |
of(MapperInterface mapperInterface,
Method method)
create mapper method
|
findConditionParameter, getConditionParameter, getHttpConfig, getIncludeFields, getIndex, getIndices, getPageableParameter, getParameterMetas, getRequestAnnotation, getRequestType, getResponseExtractor, getResponseExtractorParameter, getResultType, getReturnType, getType, getTypes, setPageable, unwrappedReturnTypefindAnnotation, getAnnotation, getAnnotations, getElement, isAnnotationPresentstatic MapperMethod of(MapperInterface mapperInterface, Method method)
of 在接口中 MethodMetamapperInterface - mapper interfacemethod - method of mapper interfaceCopyright © 2020. All rights reserved.