| Package | Description |
|---|---|
| io.spring.initializr.generator.test |
Support for testing project generation.
|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.web.mapper |
Metadata json mapping.
|
| Modifier and Type | Method and Description |
|---|---|
InitializrMetadataTestBuilder |
InitializrMetadataTestBuilder.addType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeCapability.get(String id)
Return the
Type with the specified id or null if no such type
exists. |
Type |
TypeCapability.getDefault()
Return the default
Type. |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
TypeCapability.getContent() |
List<Type> |
InitializrProperties.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeCapability.merge(List<Type> otherContent) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV2JsonMapper.link(String appUrl,
Type type) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV2JsonMapper.mapType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV2JsonMapper.links(com.fasterxml.jackson.databind.node.ObjectNode parent,
List<Type> types,
String appUrl) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV21JsonMapper.links(com.fasterxml.jackson.databind.node.ObjectNode parent,
List<Type> types,
String appUrl) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.