Class RewriteAnnotationProviderHandler

    • Constructor Detail

      • RewriteAnnotationProviderHandler

        public RewriteAnnotationProviderHandler()
    • Method Detail

      • handle

        public void handle​(io.github.classgraph.ScanResult scanResult,
                           File classpathRoot)
                    throws IOException
        Description copied from class: ScanResultHandler
        Handles the ScanResult produced by ClasspathScanner.
        Specified by:
        handle in class ScanResultHandler
        Parameters:
        scanResult - The result of the classpath scan.
        classpathRoot - The base dir for result files. This is usually a classpath root directory.
        Throws:
        IOException - when the result file(s) could not be written.