Package org.ossreviewtoolkit.model.utils
Class ScannersMapConverter
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.util.Converter
public final class ScannersMapConverter extends StdConverter<Map<Identifier, Set<String>>, Map<Identifier, Set<String>>>
-
-
Constructor Summary
Constructors Constructor Description ScannersMapConverter()
-
Method Summary
Modifier and Type Method Description SortedMap<Identifier, SortedSet<String>>convert(Map<Identifier, Set<String>> value)-
-
Method Detail
-
convert
SortedMap<Identifier, SortedSet<String>> convert(Map<Identifier, Set<String>> value)
-
-
-
-