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