class DefaultScalaModule extends JacksonModule with IteratorModule with EnumerationModule with OptionModule with SeqModule with IterableModule with TupleModule with MapModule with SetModule with ScalaNumberDeserializersModule with ScalaAnnotationIntrospectorModule with UntypedObjectDeserializerModule with EitherModule with SymbolModule
Complete module with support for all features.
This class aggregates all of the feature modules into a single concrete class. Its use is recommended for new users and users who want things to "just work". If more customized support is desired, consult each of the constituent traits.
- See also
- Since
1.9.0
- Companion
- object
trait SymbolModule
trait SymbolDeserializerModule
trait SymbolSerializerModule
trait EitherModule
trait EitherSerializerModule
trait EitherTypeModifierModule
trait EitherDeserializerModule
trait SetModule
trait MapModule
trait MapSerializerModule
trait MapTypeModifierModule
trait TupleModule
trait TupleDeserializerModule
trait TupleSerializerModule
trait IterableModule
trait SeqModule
trait SeqDeserializerModule
trait IterableSerializerModule
trait OptionModule
trait OptionDeserializerModule
trait OptionSerializerModule
trait OptionTypeModifierModule
trait EnumerationModule
trait IteratorModule
trait IteratorSerializerModule
trait ScalaTypeModifierModule
trait JacksonModule
class Module
trait Versioned
class Object
trait Matchable
class Any
object DefaultScalaModule