All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.module.scala.SetModule.scala Maven / Gradle / Ivy

The newest version!
package com.fasterxml.jackson.module.scala

import com.fasterxml.jackson.module.scala.deser.{SortedSetDeserializerModule, UnsortedSetDeserializerModule}

trait SetModule extends UnsortedSetDeserializerModule with SortedSetDeserializerModule {
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy