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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Set<FileList> convert(Set<FileList> value)
      • Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

        getInputType, getOutputType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait