Home
last modified time | relevance | path

Searched refs:MAPPER_EMPTY_TO_NULL (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DCoerceMiscScalarsTest.java43 private final ObjectMapper MAPPER_EMPTY_TO_NULL; field in CoerceMiscScalarsTest
45 MAPPER_EMPTY_TO_NULL = newJsonMapper();
46 MAPPER_EMPTY_TO_NULL.coercionConfigDefaults()
97 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, File.class); in testScalarEmptyToNull()
98 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, URL.class); in testScalarEmptyToNull()
99 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, URI.class); in testScalarEmptyToNull()
100 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, Class.class); in testScalarEmptyToNull()
101 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, JavaType.class); in testScalarEmptyToNull()
102 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, Currency.class); in testScalarEmptyToNull()
103 _testScalarEmptyToNull(MAPPER_EMPTY_TO_NULL, Pattern.class); in testScalarEmptyToNull()
[all …]