接口 MetadataReaderFactory

    • 方法详细资料

      • getMetadataReader

        MetadataReader getMetadataReader​(String className)
                                  throws IOException
        Obtain a MetadataReader for the given class name.
        参数:
        className - the class name (to be resolved to a ".class" file)
        返回:
        a holder for the ClassReader instance (never null)
        抛出:
        IOException - in case of I/O failure