com.fasterxml.jackson.module.scala

modifiers

package modifiers

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. modifiers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait EitherTypeModifierModule extends Module with ScalaTypeModifierModule

  2. type IterableOnce[+A] = GenTraversableOnce[A]

  3. trait IterableTypeModifierModule extends Module with ScalaTypeModifierModule

  4. trait IteratorTypeModifierModule extends Module with ScalaTypeModifierModule

  5. type Map[A, B] = GenMap[A, B]

  6. trait MapTypeModifierModule extends Module with ScalaTypeModifierModule

  7. trait OptionTypeModifierModule extends Module with ScalaTypeModifierModule

  8. class ScalaTypeModifier extends TypeModifier

  9. trait ScalaTypeModifierModule extends Module with JacksonModule

Inherited from AnyRef

Inherited from Any

Ungrouped