Packages

package deser

Here we add some type aliases for things that were moved or reworked in scala 2.13.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. deser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait EitherDeserializerModule extends Module with JacksonModule
  2. trait EnumerationDeserializerModule extends Module with JacksonModule
  3. abstract class GenericFactoryDeserializerResolver[CC[_], CF[X[_]]] extends Base
  4. abstract class GenericMapFactoryDeserializerResolver[CC[K, V], CF[X[_, _]]] extends Base
  5. type IterableFactory[+CC[X] <: GenTraversable[X]] = GenericCompanion[CC]
  6. trait OptionDeserializerModule extends Module with OptionTypeModifierModule
  7. trait ScalaNumberDeserializersModule extends Module with JacksonModule
  8. trait ScalaObjectDeserializerModule extends Module with JacksonModule
  9. trait SeqDeserializerModule extends Module with ScalaTypeModifierModule
  10. type SortedIterableFactory[CC[A] <: SortedSet[A] with SortedSetLike[A, CC[A]]] = SortedSetFactory[CC]
  11. trait SortedMapDeserializerModule extends Module with MapTypeModifierModule
  12. trait SortedSetDeserializerModule extends Module with ScalaTypeModifierModule
  13. trait SymbolDeserializerModule extends Module with JacksonModule
  14. trait TupleDeserializerModule extends Module with JacksonModule

    Adds deserialization support for Scala Tuples.

  15. trait UnsortedMapDeserializerModule extends Module with MapTypeModifierModule
  16. trait UnsortedSetDeserializerModule extends Module with ScalaTypeModifierModule
  17. trait UntypedObjectDeserializerModule extends Module with JacksonModule

Inherited from AnyRef

Inherited from Any

Ungrouped