| Package | Description |
|---|---|
| io.spring.initializr.generator.spring.build |
Build contributors.
|
| io.spring.initializr.generator.test |
Support for testing project generation.
|
| io.spring.initializr.generator.test.buildsystem.maven |
Support for testing a Maven build.
|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.metadata.support |
Project metadata support classes.
|
| io.spring.initializr.web.mapper |
Metadata json mapping.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Dependency> |
BuildMetadataResolver.dependencies(Build build)
|
| Modifier and Type | Method and Description |
|---|---|
InitializrMetadataTestBuilder |
InitializrMetadataTestBuilder.addDependencyGroup(String name,
Dependency... dependencies) |
| Modifier and Type | Method and Description |
|---|---|
MavenBuildAssert |
MavenBuildAssert.hasDependency(Dependency dependency)
Assert
pom.xml defines the specified dependency. |
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
Dependency.create(String groupId,
String artifactId,
String version,
String scope) |
static Dependency |
Dependency.createSpringBootStarter(String name) |
static Dependency |
Dependency.createSpringBootStarter(String name,
String scope) |
Dependency |
DependenciesCapability.get(String id)
Return the
Dependency with the specified id or null if no such
dependency exists. |
Dependency |
Dependency.resolve(Version bootVersion)
Resolve this instance according to the specified Spring Boot
Version. |
static Dependency |
Dependency.withId(String id) |
static Dependency |
Dependency.withId(String id,
String scope) |
static Dependency |
Dependency.withId(String id,
String groupId,
String artifactId) |
static Dependency |
Dependency.withId(String id,
String groupId,
String artifactId,
String version) |
static Dependency |
Dependency.withId(String id,
String groupId,
String artifactId,
String version,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Dependency> |
DependenciesCapability.getAll()
Return all dependencies as a flat collection.
|
List<Dependency> |
DependencyGroup.getContent()
Return the
dependencies of this group. |
Map<String,Dependency> |
DependencyMetadata.getDependencies() |
| Constructor and Description |
|---|
Dependency(Dependency dependency) |
| Constructor and Description |
|---|
DependencyMetadata(Version bootVersion,
Map<String,Dependency> dependencies,
Map<String,Repository> repositories,
Map<String,BillOfMaterials> boms) |
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
MetadataBuildItemMapper.toDependency(Dependency dependency)
Return an
Build dependency from a dependency metadata. |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV21JsonMapper.mapDependency(Dependency dependency) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV2JsonMapper.mapDependency(Dependency dependency) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.