Uses of Class
org.mapstruct.ap.internal.model.dependency.Node
-
Packages that use Node Package Description org.mapstruct.ap.internal.model.dependency -
-
Uses of Node in org.mapstruct.ap.internal.model.dependency
Fields in org.mapstruct.ap.internal.model.dependency with type parameters of type Node Modifier and Type Field Description private java.util.Stack<Node>GraphAnalyzer. currentPathprivate java.util.List<Node>Node. descendantsThe direct descendants of this node.private java.util.Map<java.lang.String,Node>GraphAnalyzer.GraphAnalyzerBuilder. nodesprivate java.util.Map<java.lang.String,Node>GraphAnalyzer. nodesMethods in org.mapstruct.ap.internal.model.dependency that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node>Node. getDescendants()Methods in org.mapstruct.ap.internal.model.dependency with parameters of type Node Modifier and Type Method Description voidNode. addDescendant(Node node)private voidGraphAnalyzer. depthFirstSearch(Node node)private java.util.List<java.lang.String>GraphAnalyzer. getCurrentCycle(Node start)Constructor parameters in org.mapstruct.ap.internal.model.dependency with type arguments of type Node Constructor Description GraphAnalyzer(java.util.Map<java.lang.String,Node> nodes)
-