类 PojoUtils


  • public class PojoUtils
    extends Object
    PojoUtils. Travel object deeply, and convert complex type to simple type.

    Simple type below will be remained:

    • Primitive Type, also include String, Number(Integer, Long), Date
    • Array of Primitive Type
    • Collection, eg: List, Map, Set etc.

    Other type will be covert to a map which contains the attributes and value pair of object.

    • 构造器详细资料

      • PojoUtils

        public PojoUtils()