8081828384858687888990
else if (mirror.isArray()) { return new ArrayAdaptor(); } // POJO else if (mirror.isPojo()) { return new PojoAdaptor(); } // TODO 集合 // TODO Map // TODO Timestamp // 默认