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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDependency(@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, waitMethods inherited from interface io.micronaut.starter.build.dependencies.DependencyContext
addDependency, removeDuplicates 
- 
Constructor Details
- 
DependencyContextImpl
 
 - 
 - 
Method Details
- 
addDependency
- Specified by:
 addDependencyin interfaceDependencyContext
 - 
getDependencies
- Specified by:
 getDependenciesin interfaceDependencyContext
 - 
resolveCoordinate
 
 -