Interface DependencyReporter

All Known Implementing Classes:
JsonDependencyReporter, LogDependencyReporter

public interface DependencyReporter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.fasterxml.jackson.databind.ObjectMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(DependencyReport dependencyReport)
     
  • Field Details

    • OBJECT_MAPPER

      static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
  • Method Details