decode

open override fun decode(input: ByteArray): EitherNel<String, T>(source)

Attempts to decode the provided input using the configured Jackson mapper.

Return

a decoded domain object or accumulated error messages when decoding fails.

Parameters

input

JSON payload received from the client.