Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DCoerceMiscScalarsTest.java72 _testScalarEmptyToEmpty(DEFAULT_MAPPER, URI.class, in testScalarDefaultsFromEmpty()
80 _testScalarEmptyToEmpty(DEFAULT_MAPPER, Locale.class, in testScalarDefaultsFromEmpty()
116 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_EMPTY, URI.class, in testScalarEmptyToEmpty()
124 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_EMPTY, Locale.class, in testScalarEmptyToEmpty()
139 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_TRY_CONVERT, URI.class, in testScalarEmptyToTryConvert()
147 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_TRY_CONVERT, Locale.class, in testScalarEmptyToTryConvert()
195 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_EMPTY, UUID.class, in testUUIDCoercions()
242 _testScalarEmptyToEmpty(MAPPER_EMPTY_TO_EMPTY, Date.class, new Date(0L)); in testLegacyDateTimeCoercions()
260 private void _testScalarEmptyToEmpty(ObjectMapper mapper, in _testScalarEmptyToEmpty() method in CoerceMiscScalarsTest