Package io.spring.initializr.web.mapper
Interface DependencyMetadataJsonMapper
- All Known Implementing Classes:
DependencyMetadataV21JsonMapper
public interface DependencyMetadataJsonMapper
Generate a JSON representation of a set of dependencies.
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionwrite
(DependencyMetadata metadata) Write a json representation of the specified metadata.
-
Method Details
-
write
Write a json representation of the specified metadata.- Parameters:
metadata
- the dependency metadata- Returns:
- the JSON representation
-