| Package | Description |
|---|---|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.web.support |
Support classes for web endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Type
Defines a particular project type.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultMetadataElement |
DefaultMetadataElement.create(String id,
boolean defaultValue) |
static DefaultMetadataElement |
DefaultMetadataElement.create(String id,
String name,
boolean defaultValue) |
DefaultMetadataElement |
SingleSelectCapability.get(String id)
Return the element with the specified id or
null if no such element exists. |
DefaultMetadataElement |
SingleSelectCapability.getDefault()
Return the default element of this capability.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefaultMetadataElement> |
InitializrProperties.getBootVersions() |
List<DefaultMetadataElement> |
SingleSelectCapability.getContent() |
List<DefaultMetadataElement> |
InitializrProperties.getJavaVersions() |
List<DefaultMetadataElement> |
InitializrProperties.getLanguages() |
List<DefaultMetadataElement> |
InitializrProperties.getPackagings() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleSelectCapability.addContent(DefaultMetadataElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleSelectCapability.merge(List<DefaultMetadataElement> otherContent) |
void |
SingleSelectCapability.setContent(List<DefaultMetadataElement> newContent) |
void |
InitializrMetadata.updateSpringBootVersions(List<DefaultMetadataElement> versionsMetadata)
Update the available Spring Boot versions with the specified capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DefaultMetadataElement> |
SaganInitializrMetadataUpdateStrategy.fetchSpringBootVersions(String url)
Fetch the available Spring Boot versions using the specified service url.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.