Searched refs:MAPPER_EMPTY_TO_TRY_CONVERT (Results 1 – 1 of 1) sorted by relevance
36 private final ObjectMapper MAPPER_EMPTY_TO_TRY_CONVERT; field in CoerceMiscScalarsTest38 MAPPER_EMPTY_TO_TRY_CONVERT = newJsonMapper();39 MAPPER_EMPTY_TO_TRY_CONVERT.coercionConfigDefaults()136 _testScalarEmptyToNull(MAPPER_EMPTY_TO_TRY_CONVERT, File.class); in testScalarEmptyToTryConvert()137 _testScalarEmptyToNull(MAPPER_EMPTY_TO_TRY_CONVERT, URL.class); in testScalarEmptyToTryConvert()139 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_TRY_CONVERT, URI.class, in testScalarEmptyToTryConvert()142 _testScalarEmptyToNull(MAPPER_EMPTY_TO_TRY_CONVERT, Class.class); in testScalarEmptyToTryConvert()143 _testScalarEmptyToNull(MAPPER_EMPTY_TO_TRY_CONVERT, JavaType.class); in testScalarEmptyToTryConvert()144 _testScalarEmptyToNull(MAPPER_EMPTY_TO_TRY_CONVERT, Currency.class); in testScalarEmptyToTryConvert()145 _testScalarEmptyToNull(MAPPER_EMPTY_TO_TRY_CONVERT, Pattern.class); in testScalarEmptyToTryConvert()[all …]