Package org.ossreviewtoolkit.model.utils
Class ScanResultSortedSetConverter
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.util.Converter
public final class ScanResultSortedSetConverter extends StdConverter<Set<ScanResult>, Set<ScanResult>>
Do not convert to SortedSet in order to not require a comparator consistent with equals
-
-
Constructor Summary
Constructors Constructor Description ScanResultSortedSetConverter()
-
Method Summary
Modifier and Type Method Description Set<ScanResult>convert(Set<ScanResult> value)-
-
Method Detail
-
convert
Set<ScanResult> convert(Set<ScanResult> value)
-
-
-
-