| Package | Description |
|---|---|
| io.spring.initializr.generator.version |
Version support classes.
|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.web.mapper |
Metadata json mapping.
|
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
VersionRange.format(Version.Format format)
Format this version range to the specified
Version.Format. |
VersionRange |
VersionParser.parseRange(String text)
Parse the string representation of a
VersionRange. |
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
BillOfMaterials.Mapping.getRange() |
VersionRange |
Dependency.getRange() |
VersionRange |
Dependency.Mapping.getRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
BillOfMaterials.Mapping.setRange(VersionRange range) |
void |
Dependency.setRange(VersionRange range) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
InitializrMetadataV22JsonMapper.formatVersionRange(VersionRange versionRange) |
protected String |
InitializrMetadataV21JsonMapper.formatVersionRange(VersionRange versionRange) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.