Searched refs:_writeLegacySuffix (Results 1 – 1 of 1) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
D | TypeSerializer.java | 215 _writeLegacySuffix(g, typeId(value, JsonToken.VALUE_STRING)); in writeTypeSuffixForScalar() 227 _writeLegacySuffix(g, typeId(value, JsonToken.START_OBJECT)); in writeTypeSuffixForObject() 239 _writeLegacySuffix(g, typeId(value, JsonToken.START_ARRAY)); in writeTypeSuffixForArray() 325 _writeLegacySuffix(g, typeId(value, JsonToken.VALUE_STRING, typeId)); in writeCustomTypeSuffixForScalar() 333 _writeLegacySuffix(g, typeId(value, JsonToken.START_OBJECT, typeId)); in writeCustomTypeSuffixForObject() 341 _writeLegacySuffix(g, typeId(value, JsonToken.START_ARRAY, typeId)); in writeCustomTypeSuffixForArray() 351 protected final void _writeLegacySuffix(JsonGenerator g, in _writeLegacySuffix() method in TypeSerializer
|