JsonMapper.detectFeatures(io.micronaut.core.annotation.AnnotationMetadata)
.Processor
that accepts json bytes and parses them as JsonNode
s.JsonFeatures
from the given annotation data.ConversionErrorException
s.MediaTypeCodec
for JSON and Jackson.JsonNode
to make it a ConvertibleValues
.ObjectSerializer
interface for Jackson.MediaType.APPLICATION_JSON_STREAM
.MediaTypeCodec
for JsonMapper
based implementations.JsonNode
to a value of the given type.JsonNode
to a value of the given type.ConversionErrorException
.BigDecimal
.