Packages

package snowplow

A hack to overcome https://github.com/circe/circe-jackson/issues/65

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

Type Members

  1. sealed trait CirceToJsonError extends Product with Serializable

Value Members

  1. final def circeToJackson(json: Json, maxJsonDepth: Int): Either[CirceToJsonError, JsonNode]

    Converts given circe's Json instance to Jackson's JsonNode Numbers with exponents exceeding Integer.MAX_VALUE are converted to strings

    Converts given circe's Json instance to Jackson's JsonNode Numbers with exponents exceeding Integer.MAX_VALUE are converted to strings

    json

    instance of circe's Json

    returns

    converted JsonNode

  2. def objectNodeSetAll(node: ObjectNode, fields: Map[String, JsonNode]): JsonNode
  3. object CirceToJsonError extends Serializable

Deprecated Value Members

  1. final def circeToJackson(json: Json): JsonNode
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2.0) Use circeToJackson(json, maxJsonDepth)

Inherited from AnyRef

Inherited from Any

Ungrouped