Class GraphAnalyzer.GraphAnalyzerBuilder
java.lang.Object
org.mapstruct.ap.internal.model.dependency.GraphAnalyzer.GraphAnalyzerBuilder
- Enclosing class:
GraphAnalyzer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the analyzer and triggers traversal of all nodes for detecting potential cycles and calculates the full list of descendants of each node.
-
Constructor Details
-
GraphAnalyzerBuilder
public GraphAnalyzerBuilder()
-
-
Method Details
-
withNode
-
withNode
-
build
Builds the analyzer and triggers traversal of all nodes for detecting potential cycles and calculates the full list of descendants of each node.- Returns:
- the analyzer
-