| Package | Description |
|---|---|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.web.mapper |
Metadata json mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyGroup |
DependencyGroup.create(String name)
Create a new
DependencyGroup instance with the given name. |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyGroup> |
DependenciesCapability.getContent() |
List<DependencyGroup> |
InitializrProperties.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependenciesCapability.merge(List<DependencyGroup> otherContent) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV2JsonMapper.mapDependencyGroup(DependencyGroup group) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.