Interface MetadataReaderFactory

    • Method Detail

      • getMetadataReader

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