Class InjectMaidOnCollectionError

    • Constructor Detail

      • InjectMaidOnCollectionError

        public InjectMaidOnCollectionError()
    • Method Detail

      • onCollectionError

        public void onCollectionError​(@NotNull
                                      Map<de.quantummaid.reflectmaid.typescanner.TypeIdentifier,​? extends Map<de.quantummaid.reflectmaid.typescanner.scopes.Scope,​de.quantummaid.reflectmaid.typescanner.CollectionResult<InjectMaidTypeScannerResult>>> results,
                                      @NotNull
                                      de.quantummaid.reflectmaid.typescanner.log.StateLog<InjectMaidTypeScannerResult> log,
                                      @NotNull
                                      Map<de.quantummaid.reflectmaid.typescanner.TypeIdentifier,​? extends Map<de.quantummaid.reflectmaid.typescanner.scopes.Scope,​de.quantummaid.reflectmaid.typescanner.Report<InjectMaidTypeScannerResult>>> failures)
        Specified by:
        onCollectionError in interface de.quantummaid.reflectmaid.typescanner.OnCollectionError<InjectMaidTypeScannerResult>