Searched refs:canWriteTypeId (Results 1 – 7 of 7) sorted by relevance
85 public boolean canWriteTypeId() { return delegate.canWriteTypeId(); } in canWriteTypeId() method in JsonGeneratorDelegate
21 assertFalse(gen.canWriteTypeId()); in testNoNativeTypeIdForJson()
355 typeId.wrapperWritten = !g.canWriteTypeId(); in _writeLegacySuffix()
713 public boolean canWriteTypeId() { return false; } in canWriteTypeId() method in JsonGenerator1551 if (canWriteTypeId()) { in writeTypePrefix()
31 assertFalse(g.canWriteTypeId()); in testConfigDefaults()
312 assertFalse(del.canWriteTypeId()); in testGeneratorDelegate()
320 _hasNativeTypeIds = other.canWriteTypeId(); in append()996 public boolean canWriteTypeId() { in canWriteTypeId() method in TokenBuffer