Packages

package jackson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jackson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package annotation
  2. package caseclass
  3. package serde

Type Members

  1. type JacksonScalaObjectMapperType = ObjectMapper with fasterxml.jackson.module.scala.ScalaObjectMapper
  2. class ScalaObjectMapper extends AnyRef

    A thin wrapper over a jackson-module-scala com.fasterxml.jackson.module.scala.ScalaObjectMapper

    A thin wrapper over a jackson-module-scala com.fasterxml.jackson.module.scala.ScalaObjectMapper

    Note

    this API is inspired by the Jerkson Parser

Value Members

  1. object JSON

    Uses an instance of a ScalaObjectMapper configured to not perform any type of validation.

    Uses an instance of a ScalaObjectMapper configured to not perform any type of validation. Inspired by https://www.scala-lang.org/api/2.12.6/scala-parser-combinators/scala/util/parsing/json/JSON$.html.

    Note

    This is only intended for use from Scala (not Java).

    See also

    ScalaObjectMapper

  2. object JsonDiff extends Logging
  3. object ScalaObjectMapper
  4. object YAML

    Uses an instance of a ScalaObjectMapper configured to not perform any type of validation.

    Uses an instance of a ScalaObjectMapper configured to not perform any type of validation. Inspired by https://www.scala-lang.org/api/2.12.6/scala-parser-combinators/scala/util/parsing/json/JSON$.html.

    Note

    This is only intended for use from Scala (not Java).

    See also

    ScalaObjectMapper

Inherited from AnyRef

Inherited from Any

Ungrouped