package snowplow
A hack to overcome https://github.com/circe/circe-jackson/issues/65
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- snowplow
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait CirceToJsonError extends Product with Serializable
Value Members
- 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
- def objectNodeSetAll(node: ObjectNode, fields: Map[String, JsonNode]): JsonNode
- object CirceToJsonError extends Serializable
Deprecated Value Members
- final def circeToJackson(json: Json): JsonNode
- Annotations
- @deprecated
- Deprecated
(Since version 3.2.0) Use
circeToJackson(json, maxJsonDepth)