Package org.apache.ibatis.reflection
Interface ReflectorFactory
-
- All Known Implementing Classes:
DefaultReflectorFactory
public interface ReflectorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reflector
findForClass(Class<?> type)
boolean
isClassCacheEnabled()
void
setClassCacheEnabled(boolean classCacheEnabled)
-