Packages

p

io.circe.jackson

schemaddl

package schemaddl

A hack to add max json depth check to circeToJackson

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

Type Members

  1. sealed trait CirceToJsonError extends Product with Serializable

Value Members

  1. 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

Inherited from AnyRef

Inherited from Any

Ungrouped