Class DependencyContextImpl
java.lang.Object
io.micronaut.starter.application.generator.DependencyContextImpl
- All Implemented Interfaces:
DependencyContext
-
Field Summary
Fields inherited from interface io.micronaut.starter.build.dependencies.DependencyContext
IS_COMPILE_API_OR_RUNTIME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDependency
(@NonNull Dependency dependency) @NonNull Set<Dependency>
resolveCoordinate
(String artifactId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.starter.build.dependencies.DependencyContext
addDependency, removeDuplicates
-
Constructor Details
-
DependencyContextImpl
-
-
Method Details
-
addDependency
- Specified by:
addDependency
in interfaceDependencyContext
-
getDependencies
- Specified by:
getDependencies
in interfaceDependencyContext
-
resolveCoordinate
-