| Package | Description |
|---|---|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.web.mapper |
Metadata json mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetadataElement
A
MetadataElement that specifies if its the default for a given capability. |
class |
Dependency
Meta-data for a dependency.
|
class |
Type
Defines a particular project type.
|
| Constructor and Description |
|---|
MetadataElement(MetadataElement other) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
InitializrMetadataV2JsonMapper.mapValue(MetadataElement value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InitializrMetadataV2JsonMapper.singleSelect(com.fasterxml.jackson.databind.node.ObjectNode parent,
SingleSelectCapability capability,
Function<MetadataElement,com.fasterxml.jackson.databind.node.ObjectNode> valueMapper)
|
protected void |
InitializrMetadataV2JsonMapper.singleSelect(com.fasterxml.jackson.databind.node.ObjectNode parent,
SingleSelectCapability capability,
Function<MetadataElement,com.fasterxml.jackson.databind.node.ObjectNode> valueMapper,
Function<String,String> defaultMapper) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.