Package

com.fasterxml.jackson.module.scala

deser

Permalink

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

    Permalink
  2. trait EnumerationDeserializerModule extends Module with JacksonModule

    Permalink
  3. abstract class GenericFactoryDeserializerResolver[CC[_], CF[X[_]]] extends Base

    Permalink
  4. abstract class GenericMapFactoryDeserializerResolver[CC[K, V], CF[X[_, _]]] extends Base

    Permalink
  5. type IterableFactory[+CC[X] <: GenTraversable[X]] = GenericCompanion[CC]

    Permalink
  6. trait OptionDeserializerModule extends Module with OptionTypeModifierModule

    Permalink
  7. trait ScalaNumberDeserializersModule extends Module with JacksonModule

    Permalink
  8. trait ScalaObjectDeserializerModule extends Module with JacksonModule

    Permalink
  9. trait SeqDeserializerModule extends Module with ScalaTypeModifierModule

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

    Permalink
  11. trait SortedMapDeserializerModule extends Module with MapTypeModifierModule

    Permalink
  12. trait SortedSetDeserializerModule extends Module with ScalaTypeModifierModule

    Permalink
  13. trait SymbolDeserializerModule extends Module with JacksonModule

    Permalink
  14. trait TupleDeserializerModule extends Module with JacksonModule

    Permalink

    Adds deserialization support for Scala Tuples.

  15. trait UnsortedMapDeserializerModule extends Module with MapTypeModifierModule

    Permalink
  16. trait UnsortedSetDeserializerModule extends Module with ScalaTypeModifierModule

    Permalink
  17. trait UntypedObjectDeserializerModule extends Module with JacksonModule

    Permalink

Value Members

  1. object ScalaObjectDeserializerModule extends Module with ScalaObjectDeserializerModule

    Permalink
  2. object overrides

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped