Class DependencyContextImpl
java.lang.Object
io.micronaut.starter.application.generator.DependencyContextImpl
- All Implemented Interfaces:
- DependencyContext
- 
Field SummaryFields inherited from interface io.micronaut.starter.build.dependencies.DependencyContextIS_COMPILE_API_OR_RUNTIME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDependency(@NonNull Dependency dependency) @NonNull Set<Dependency>resolveCoordinate(String artifactId) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.starter.build.dependencies.DependencyContextaddDependency, removeDuplicates
- 
Constructor Details- 
DependencyContextImpl
 
- 
- 
Method Details- 
addDependency- Specified by:
- addDependencyin interface- DependencyContext
 
- 
getDependencies- Specified by:
- getDependenciesin interface- DependencyContext
 
- 
resolveCoordinate
 
-