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 Type
    Method
    Description
    Write a json representation of the specified metadata.
  • Method Details

    • write

      String write(DependencyMetadata metadata)
      Write a json representation of the specified metadata.
      Parameters:
      metadata - the dependency metadata
      Returns:
      the JSON representation