@Component
class JsonNodeMapper

Helper to deterministically map JsonNode to String

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private val objectMapper: ObjectMapper

Used ObjectMapper

Functions

Link copied to clipboard
fun jsonNodeToDeterministicString(jsonNode: JsonNode?): String

Helper which converts a JsonNode to a deterministic String