package schemaddl
A hack to add max json depth check to circeToJackson
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- schemaddl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait CirceToJsonError extends Product with Serializable
Value Members
-
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
- def objectNodeSetAll(node: ObjectNode, fields: Map[String, JsonNode]): JsonNode
- object CirceToJsonError extends Serializable