org.apache.ibatis.builder.annotation
Class MethodResolver

java.lang.Object
  extended by org.apache.ibatis.builder.annotation.MethodResolver

public class MethodResolver
extends Object


Constructor Summary
MethodResolver(MapperAnnotationBuilder annotationBuilder, Method method)
           
 
Method Summary
 void resolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodResolver

public MethodResolver(MapperAnnotationBuilder annotationBuilder,
                      Method method)
Method Detail

resolve

public void resolve()


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.