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 SeqDeserializerModule extends Module with ScalaTypeModifierModule

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

    Permalink
  10. trait SortedMapDeserializerModule extends Module with MapTypeModifierModule

    Permalink
  11. trait SortedSetDeserializerModule extends Module with ScalaTypeModifierModule

    Permalink
  12. trait SymbolDeserializerModule extends Module with JacksonModule

    Permalink
  13. trait TupleDeserializerModule extends Module with JacksonModule

    Permalink

    Adds deserialization support for Scala Tuples.

  14. trait UnsortedMapDeserializerModule extends Module with MapTypeModifierModule

    Permalink
  15. trait UnsortedSetDeserializerModule extends Module with ScalaTypeModifierModule

    Permalink
  16. trait UntypedObjectDeserializerModule extends Module with JacksonModule

    Permalink

Value Members

  1. object UntypedObjectDeserializer extends Serializable

    Permalink
  2. object overrides

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped