Package io.quarkus.devui.runtime.build
Class BuildMetricsDevUIController.DependencyGraph.Link
- java.lang.Object
-
- io.quarkus.devui.runtime.build.BuildMetricsDevUIController.DependencyGraph.Link
-
- Enclosing class:
- BuildMetricsDevUIController.DependencyGraph
public static class BuildMetricsDevUIController.DependencyGraph.Link extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static BuildMetricsDevUIController.DependencyGraph.Linkdependency(boolean direct, String source, String target)(package private) static BuildMetricsDevUIController.DependencyGraph.Linkdependent(boolean direct, String source, String target)booleanequals(Object obj)inthashCode()io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
dependent
static BuildMetricsDevUIController.DependencyGraph.Link dependent(boolean direct, String source, String target)
-
dependency
static BuildMetricsDevUIController.DependencyGraph.Link dependency(boolean direct, String source, String target)
-
toJson
public io.vertx.core.json.JsonObject toJson()
-
-