Class Reflector

java.lang.Object
org.apache.ibatis.reflection.Reflector

public class Reflector extends Object
This class represents a cached set of class definition information that allows for easy mapping between property names and getter/setter methods.
Author:
Clinton Begin