Uses of Class
io.quarkus.devtools.codestarts.core.CodestartSpec.CodestartDep
Packages that use CodestartSpec.CodestartDep
-
Uses of CodestartSpec.CodestartDep in io.quarkus.devtools.codestarts.core
Methods in io.quarkus.devtools.codestarts.core that return types with arguments of type CodestartSpec.CodestartDepModifier and TypeMethodDescriptionCodestartSpec.LanguageSpec.getDependencies()CodestartSpec.LanguageSpec.getTestDependencies()Constructor parameters in io.quarkus.devtools.codestarts.core with type arguments of type CodestartSpec.CodestartDepModifierConstructorDescriptionLanguageSpec(Map<String, Object> data, Map<String, Object> sharedData, List<CodestartSpec.CodestartDep> dependencies, List<CodestartSpec.CodestartDep> testDependencies)