Interface ClassGraph.ScanResultProcessor

  • Enclosing class:
    ClassGraph
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ClassGraph.ScanResultProcessor
    A callback used to process the result of a successful asynchronous scan.
    • Method Detail

      • processScanResult

        void processScanResult​(ScanResult scanResult)
        Process the result of an asynchronous scan after scanning has completed.
        Parameters:
        scanResult - the ScanResult to process.