299300301302303304305306
} } @Nullable public static Method toMethod(@Nullable MetaMethod metaMethod) { CachedMethod cachedMethod = ObjectUtil.asInstance(metaMethod, CachedMethod.class); return cachedMethod == null ? null : cachedMethod.getCachedMethod(); }