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