com.fasterxml.jackson.module.scala

deser

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
Learn more about member selection
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 SeqDeserializerModule extends Module with ScalaTypeModifierModule

  9. type SortedIterableFactory[CC[A] <: SortedSet[A] with SortedSetLike[A, CC[A]]] = SortedSetFactory[CC]

  10. trait SortedMapDeserializerModule extends Module with MapTypeModifierModule

  11. trait SortedSetDeserializerModule extends Module with ScalaTypeModifierModule

  12. trait SymbolDeserializerModule extends Module with JacksonModule

  13. trait TupleDeserializerModule extends Module with JacksonModule

    Adds deserialization support for Scala Tuples.

  14. trait UnsortedMapDeserializerModule extends Module with MapTypeModifierModule

  15. trait UnsortedSetDeserializerModule extends Module with ScalaTypeModifierModule

  16. trait UntypedObjectDeserializerModule extends Module with JacksonModule

Value Members

  1. object UntypedObjectDeserializer extends Serializable

  2. object overrides

Inherited from AnyRef

Inherited from Any

Ungrouped