Searched refs:MAPPER_EMPTY_TO_EMPTY (Results 1 – 1 of 1) sorted by relevance
29 private final ObjectMapper MAPPER_EMPTY_TO_EMPTY; field in CoerceMiscScalarsTest31 MAPPER_EMPTY_TO_EMPTY = newJsonMapper();32 MAPPER_EMPTY_TO_EMPTY.coercionConfigDefaults()113 _testScalarEmptyToNull(MAPPER_EMPTY_TO_EMPTY, File.class); in testScalarEmptyToEmpty()114 _testScalarEmptyToNull(MAPPER_EMPTY_TO_EMPTY, URL.class); in testScalarEmptyToEmpty()116 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_EMPTY, URI.class, in testScalarEmptyToEmpty()119 _testScalarEmptyToNull(MAPPER_EMPTY_TO_EMPTY, Class.class); in testScalarEmptyToEmpty()120 _testScalarEmptyToNull(MAPPER_EMPTY_TO_EMPTY, JavaType.class); in testScalarEmptyToEmpty()121 _testScalarEmptyToNull(MAPPER_EMPTY_TO_EMPTY, Currency.class); in testScalarEmptyToEmpty()122 _testScalarEmptyToNull(MAPPER_EMPTY_TO_EMPTY, Pattern.class); in testScalarEmptyToEmpty()[all …]