Package

com.fasterxml.jackson.module.scala

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassW extends PimpedType[Class[_]]

    Permalink
  2. trait Classes extends AnyRef

    Permalink
  3. class EnumResolver extends AnyRef

    Permalink
  4. class FactorySorter[CM[_], CF[+X[_]]] extends TopologicalSorter[CM[_], CF[CM]]

    Permalink

    The FactorySorter performs a topological sort on class hierarchy to ensure that the most specific builders get registered first.

  5. class MapFactorySorter[CM[_, _], CF[+X[_, _]]] extends TopologicalSorter[CM[_, _], CF[CM]]

    Permalink
  6. trait OptionW[A] extends PimpedType[Option[A]]

    Permalink
  7. trait Options extends AnyRef

    Permalink
  8. trait PimpedType[X] extends AnyRef

    Permalink
  9. trait StringW extends PimpedType[String]

    Permalink
  10. trait Strings extends AnyRef

    Permalink
  11. class TopologicalSorter[CC, CF] extends AnyRef

    Permalink

Value Members

  1. object ClassW

    Permalink
  2. object EnumResolver

    Permalink
  3. object Implicits extends Classes with Options with Strings

    Permalink
  4. object OptionW

    Permalink
  5. object PimpedType

    Permalink
  6. object StringW

    Permalink

Ungrouped