Uses of Class
io.quarkus.devtools.codestarts.core.CodestartSpec.CodestartDep
-
Packages that use CodestartSpec.CodestartDep Package Description io.quarkus.devtools.codestarts.core -
-
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.CodestartDep Modifier and Type Method Description List<CodestartSpec.CodestartDep>CodestartSpec.LanguageSpec. getDependencies()List<CodestartSpec.CodestartDep>CodestartSpec.LanguageSpec. getTestDependencies()Constructor parameters in io.quarkus.devtools.codestarts.core with type arguments of type CodestartSpec.CodestartDep Constructor Description LanguageSpec(Map<String,Object> data, Map<String,Object> sharedData, List<CodestartSpec.CodestartDep> dependencies, List<CodestartSpec.CodestartDep> testDependencies)
-