Class InjectMaidOnCollectionError
- java.lang.Object
-
- de.quantummaid.injectmaid.statemachine.InjectMaidOnCollectionError
-
- All Implemented Interfaces:
de.quantummaid.reflectmaid.typescanner.OnCollectionError<InjectMaidTypeScannerResult>
public final class InjectMaidOnCollectionError extends Object implements de.quantummaid.reflectmaid.typescanner.OnCollectionError<InjectMaidTypeScannerResult>
-
-
Constructor Summary
Constructors Constructor Description InjectMaidOnCollectionError()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InjectMaidOnCollectionErrorinjectMaidOnCollectionError()voidonCollectionError(Map<de.quantummaid.reflectmaid.typescanner.TypeIdentifier,? extends Map<de.quantummaid.reflectmaid.typescanner.scopes.Scope,de.quantummaid.reflectmaid.typescanner.CollectionResult<InjectMaidTypeScannerResult>>> results, de.quantummaid.reflectmaid.typescanner.log.StateLog<InjectMaidTypeScannerResult> log, Map<de.quantummaid.reflectmaid.typescanner.TypeIdentifier,? extends Map<de.quantummaid.reflectmaid.typescanner.scopes.Scope,de.quantummaid.reflectmaid.typescanner.Report<InjectMaidTypeScannerResult>>> failures)
-
-
-
Method Detail
-
injectMaidOnCollectionError
public static InjectMaidOnCollectionError injectMaidOnCollectionError()
-
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:
onCollectionErrorin interfacede.quantummaid.reflectmaid.typescanner.OnCollectionError<InjectMaidTypeScannerResult>
-
-