| Package | Description |
|---|---|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.web.mapper |
Metadata json mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.create(String rel,
String href) |
static Link |
Link.create(String rel,
String href,
boolean templated) |
static Link |
Link.create(String rel,
String href,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Dependency.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.setLinks(List<Link> links) |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
LinkMapper.mapLinks(List<Link> links)
Map the specified links to a json model.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.