Class RootCauseAnalysisCreator<T>
- java.lang.Object
-
- de.quantummaid.injectmaid.statemachine.RootCauseAnalysisCreator<T>
-
public final class RootCauseAnalysisCreator<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description RootCauseAnalysisCreator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> RootCauseAnalysisCreator<T>rootCauseAnalysisCreator(Map<de.quantummaid.reflectmaid.typescanner.TypeIdentifier,? extends Map<de.quantummaid.reflectmaid.typescanner.scopes.Scope,de.quantummaid.reflectmaid.typescanner.CollectionResult<T>>> results)RootCauseAnalysisrootCauseAnalysisFor(de.quantummaid.reflectmaid.typescanner.TypeIdentifier typeIdentifier, de.quantummaid.reflectmaid.typescanner.scopes.Scope scope, de.quantummaid.reflectmaid.typescanner.requirements.RequirementName requirementName)
-
-
-
Method Detail
-
rootCauseAnalysisCreator
public static <T> RootCauseAnalysisCreator<T> rootCauseAnalysisCreator(Map<de.quantummaid.reflectmaid.typescanner.TypeIdentifier,? extends Map<de.quantummaid.reflectmaid.typescanner.scopes.Scope,de.quantummaid.reflectmaid.typescanner.CollectionResult<T>>> results)
-
rootCauseAnalysisFor
public RootCauseAnalysis rootCauseAnalysisFor(de.quantummaid.reflectmaid.typescanner.TypeIdentifier typeIdentifier, de.quantummaid.reflectmaid.typescanner.scopes.Scope scope, de.quantummaid.reflectmaid.typescanner.requirements.RequirementName requirementName)
-
-