Interface DependencyReporter
-
- All Known Implementing Classes:
JsonDependencyReporter,LogDependencyReporter
public interface DependencyReporter
-
-
Field Summary
Fields Modifier and Type Field Description static com.fasterxml.jackson.databind.ObjectMapperOBJECT_MAPPER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(DependencyReport dependencyReport)
-
-
-
Method Detail
-
report
void report(DependencyReport dependencyReport)
-
-