Searched refs:_checkEmptyStringBuilder (Results 1 – 1 of 1) sorted by relevance
213 _checkEmptyStringBuilder(DEFAULT_MAPPER.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()214 _checkEmptyStringBuilder(MAPPER_EMPTY_TO_EMPTY.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()215 … _checkEmptyStringBuilder(MAPPER_EMPTY_TO_TRY_CONVERT.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()216 _checkEmptyStringBuilder(MAPPER_EMPTY_TO_NULL.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()218 _checkEmptyStringBuilder(MAPPER_EMPTY_TO_FAIL.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()221 private void _checkEmptyStringBuilder(StringBuilder sb) { in _checkEmptyStringBuilder() method in CoerceMiscScalarsTest