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 Reflector
MetaClass. reflector
Fields 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. reflectorMap
Methods in org.apache.ibatis.reflection that return Reflector Modifier and Type Method Description Reflector
DefaultReflectorFactory. findForClass(java.lang.Class<?> type)
Reflector
ReflectorFactory. findForClass(java.lang.Class<?> type)
-