Class MethodResolver
- java.lang.Object
-
- org.apache.ibatis.builder.annotation.MethodResolver
-
public class MethodResolver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private MapperAnnotationBuilder
annotationBuilder
private java.lang.reflect.Method
method
-
Constructor Summary
Constructors Constructor Description MethodResolver(MapperAnnotationBuilder annotationBuilder, java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resolve()
-
-
-
Field Detail
-
annotationBuilder
private final MapperAnnotationBuilder annotationBuilder
-
method
private final java.lang.reflect.Method method
-
-
Constructor Detail
-
MethodResolver
public MethodResolver(MapperAnnotationBuilder annotationBuilder, java.lang.reflect.Method method)
-
-