Hi everyone,
Looking at jackson's ParserMinimalBase, configuration such as (
com.fasterxml.jackson.databind.MapperFeature#ALLOW_COERCION_OF_SCALARS)
is not checked , and implicit conversions are still done (see for example:
com.fasterxml.jackson.core.base.ParserMinimalBase#getValueAsString(java.lang.String).
My question is, is there any way to use these json parsers while still not allowing any implicit conversions?