Uses of Class
org.mapstruct.ap.internal.model.dependency.GraphAnalyzer
-
Packages that use GraphAnalyzer Package Description org.mapstruct.ap.internal.model.dependency -
-
Uses of GraphAnalyzer in org.mapstruct.ap.internal.model.dependency
Methods in org.mapstruct.ap.internal.model.dependency that return GraphAnalyzer Modifier and Type Method Description GraphAnalyzer
GraphAnalyzer.GraphAnalyzerBuilder. build()
Builds the analyzer and triggers traversal of all nodes for detecting potential cycles and calculates the full list of descendants of each node.
-