public static class GraphAnalyzer.GraphAnalyzerBuilder extends Object
Constructor and Description |
---|
GraphAnalyzerBuilder() |
Modifier and Type | Method and Description |
---|---|
GraphAnalyzer |
build()
Builds the analyzer and triggers traversal of all nodes for detecting potential cycles and calculates the
full list of descendants of each node.
|
GraphAnalyzer.GraphAnalyzerBuilder |
withNode(String name,
Set<String> descendants) |
GraphAnalyzer.GraphAnalyzerBuilder |
withNode(String name,
String... descendants) |
public GraphAnalyzer.GraphAnalyzerBuilder withNode(String name, Set<String> descendants)
public GraphAnalyzer.GraphAnalyzerBuilder withNode(String name, String... descendants)
public GraphAnalyzer build()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.