public class OgnlClassResolver extends Object implements ognl.ClassResolver
ClassResolver
which behaves same like ognl's
DefaultClassResolver
. But uses the Resources
utility class to find the target class instead of Class#forName(String)
.https://github.com/mybatis/mybatis-3/issues/161
Constructor and Description |
---|
OgnlClassResolver() |
public Class classForName(String className, Map context) throws ClassNotFoundException
classForName
in interface ognl.ClassResolver
ClassNotFoundException
Copyright © 2010–2015 MyBatis.org. All rights reserved.