Uses of Class
org.apache.ibatis.reflection.Reflector
-
Packages that use Reflector Package Description org.apache.ibatis.reflection Reflection utils. -
-
Uses of Reflector in org.apache.ibatis.reflection
Fields in org.apache.ibatis.reflection declared as Reflector Modifier and Type Field Description private ReflectorMetaClass. reflectorFields in org.apache.ibatis.reflection with type parameters of type Reflector Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,Reflector>DefaultReflectorFactory. reflectorMapMethods in org.apache.ibatis.reflection that return Reflector Modifier and Type Method Description ReflectorDefaultReflectorFactory. findForClass(java.lang.Class<?> type)ReflectorReflectorFactory. findForClass(java.lang.Class<?> type)
-