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