121122123124125126127
* @return the type info factory * @throws Exception for any error */ protected ClassAdapterFactory createDefaultClassAdapterFactory() throws Exception { return new ReflectClassAdapterFactory(); }