Interface InitializrMetadataJsonMapper

All Known Implementing Classes:
InitializrMetadataV21JsonMapper, InitializrMetadataV22JsonMapper, InitializrMetadataV2JsonMapper

public interface InitializrMetadataJsonMapper
Generate a JSON representation of the metadata.
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    write(InitializrMetadata metadata, String appUrl)
    Write a json representation of the specified metadata.
  • Method Details

    • write

      String write(InitializrMetadata metadata, String appUrl)
      Write a json representation of the specified metadata.
      Parameters:
      metadata - the initializr metadata
      appUrl - the app URL
      Returns:
      the JSON representation