io.circe.jackson.snowplow

Type members

Classlikes

sealed trait CirceToJsonError extends Product with Serializable
Companion:
object
Companion:
class

Value members

Concrete methods

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

Value parameters:
json

instance of circe's Json

Returns:

converted JsonNode

def objectNodeSetAll(node: ObjectNode, fields: Map[String, JsonNode]): JsonNode

Deprecated methods

final def circeToJackson(json: Json): JsonNode
Deprecated