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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static BuildMetricsDevUIController.DependencyGraph.Link
dependency
(boolean direct, String source, String target) (package private) static BuildMetricsDevUIController.DependencyGraph.Link
boolean
int
hashCode()
io.vertx.core.json.JsonObject
toJson()
-
Field Details
-
source
-
target
-
type
-
-
Constructor Details
-
Link
-
-
Method Details
-
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() -
hashCode
public int hashCode() -
equals
-