Uses of Class
io.sundr.utils.Dependencies.DependencyTree
Packages that use Dependencies.DependencyTree
-
Uses of Dependencies.DependencyTree in io.sundr.utils
Methods in io.sundr.utils that return Dependencies.DependencyTreeModifier and TypeMethodDescriptionfinal Dependencies.DependencyTree<T>Dependencies.DependencyTree.addDependency(T item, T... dependencies) Adds an item with its direct dependencies to the tree.static <T> Dependencies.DependencyTree<T>Dependencies.newTree()Creates a new dependency tree with default formatting.static <T> Dependencies.DependencyTree<T>Creates a new dependency tree with a custom formatter.Dependencies.DependencyTree.withFormatter(Function<T, String> formatter) Sets a custom formatter for rendering items.