mirror<T> method

根据具体类型 加载对应的类信息 ,可能会找不到 未注册

Implementation

@deprecated
MirrorClass<T, MReflectionEnable> mirror<T>() {
  return this.mirrorClass<T>();
}