@@ -172,7 +172,7 @@ public abstract WritableTypeId writeTypeSuffix(JsonGenerator g,
172
172
*{@code writeTypePrefix(g, typeId(value, JsonToken.VALUE_STRING));}.
173
173
* See {@link #writeTypePrefix} for more info.
174
174
*
175
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
175
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
176
176
*/
177
177
@ Deprecated // since 2.9
178
178
public void writeTypePrefixForScalar (Object value , JsonGenerator g ) throws IOException {
@@ -184,7 +184,7 @@ public void writeTypePrefixForScalar(Object value, JsonGenerator g) throws IOExc
184
184
*{@code writeTypePrefix(g, typeId(value, JsonToken.START_OBJECT));}.
185
185
* See {@link #writeTypePrefix} for more info.
186
186
*
187
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
187
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
188
188
*/
189
189
@ Deprecated // since 2.9
190
190
public void writeTypePrefixForObject (Object value , JsonGenerator g ) throws IOException {
@@ -196,7 +196,7 @@ public void writeTypePrefixForObject(Object value, JsonGenerator g) throws IOExc
196
196
*{@code writeTypePrefix(g, typeId(value, JsonToken.START_ARRAY));}.
197
197
* See {@link #writeTypePrefix} for more info.
198
198
*
199
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
199
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
200
200
*/
201
201
@ Deprecated // since 2.9
202
202
public void writeTypePrefixForArray (Object value , JsonGenerator g ) throws IOException {
@@ -208,7 +208,7 @@ public void writeTypePrefixForArray(Object value, JsonGenerator g) throws IOExce
208
208
*{@code writeTypeSuffix(g, typeId(value, JsonToken.VALUE_STRING));}.
209
209
* See {@link #writeTypeSuffix} for more info.
210
210
*
211
- * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId) instead
211
+ * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId)} instead
212
212
*/
213
213
@ Deprecated // since 2.9
214
214
public void writeTypeSuffixForScalar (Object value , JsonGenerator g ) throws IOException {
@@ -220,7 +220,7 @@ public void writeTypeSuffixForScalar(Object value, JsonGenerator g) throws IOExc
220
220
*{@code writeTypeSuffix(g, typeId(value, JsonToken.START_OBJECT));}.
221
221
* See {@link #writeTypeSuffix} for more info.
222
222
*
223
- * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId) instead
223
+ * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId)} instead
224
224
*/
225
225
@ Deprecated // since 2.9
226
226
public void writeTypeSuffixForObject (Object value , JsonGenerator g ) throws IOException {
@@ -232,7 +232,7 @@ public void writeTypeSuffixForObject(Object value, JsonGenerator g) throws IOExc
232
232
*{@code writeTypeSuffix(g, typeId(value, JsonToken.START_ARRAY));}.
233
233
* See {@link #writeTypeSuffix} for more info.
234
234
*
235
- * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId) instead
235
+ * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId)} instead
236
236
*/
237
237
@ Deprecated // since 2.9
238
238
public void writeTypeSuffixForArray (Object value , JsonGenerator g ) throws IOException {
@@ -244,7 +244,7 @@ public void writeTypeSuffixForArray(Object value, JsonGenerator g) throws IOExce
244
244
*{@code writeTypePrefix(g, typeId(value, type, JsonToken.VALUE_STRING));}.
245
245
* See {@link #writeTypePrefix} for more info.
246
246
*
247
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
247
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
248
248
*/
249
249
@ Deprecated // since 2.9
250
250
public void writeTypePrefixForScalar (Object value , JsonGenerator g , Class <?> type ) throws IOException {
@@ -256,7 +256,7 @@ public void writeTypePrefixForScalar(Object value, JsonGenerator g, Class<?> typ
256
256
*{@code writeTypePrefix(g, typeId(value, type, JsonToken.START_OBJECT));}.
257
257
* See {@link #writeTypePrefix} for more info.
258
258
*
259
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
259
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
260
260
*/
261
261
@ Deprecated // since 2.9
262
262
public void writeTypePrefixForObject (Object value , JsonGenerator g , Class <?> type ) throws IOException {
@@ -268,7 +268,7 @@ public void writeTypePrefixForObject(Object value, JsonGenerator g, Class<?> typ
268
268
*{@code writeTypePrefix(g, typeId(value, type, JsonToken.START_ARRAY));}.
269
269
* See {@link #writeTypePrefix} for more info.
270
270
*
271
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
271
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
272
272
*/
273
273
@ Deprecated // since 2.9
274
274
public void writeTypePrefixForArray (Object value , JsonGenerator g , Class <?> type ) throws IOException {
@@ -286,7 +286,7 @@ public void writeTypePrefixForArray(Object value, JsonGenerator g, Class<?> type
286
286
*{@code writeTypePrefix(g, typeId(value, JsonToken.VALUE_STRING, typeId));}.
287
287
* See {@link #writeTypePrefix} for more info.
288
288
*
289
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
289
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
290
290
*/
291
291
@ Deprecated // since 2.9
292
292
public void writeCustomTypePrefixForScalar (Object value , JsonGenerator g , String typeId ) throws IOException {
@@ -298,7 +298,7 @@ public void writeCustomTypePrefixForScalar(Object value, JsonGenerator g, String
298
298
*{@code writeTypePrefix(g, typeId(value, JsonToken.START_OBJECT, typeId));}.
299
299
* See {@link #writeTypePrefix} for more info.
300
300
*
301
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
301
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
302
302
*/
303
303
@ Deprecated // since 2.9
304
304
public void writeCustomTypePrefixForObject (Object value , JsonGenerator g , String typeId ) throws IOException {
@@ -310,31 +310,31 @@ public void writeCustomTypePrefixForObject(Object value, JsonGenerator g, String
310
310
*{@code writeTypePrefix(g, typeId(value, JsonToken.START_ARRAY, typeId));}.
311
311
* See {@link #writeTypePrefix} for more info.
312
312
*
313
- * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId) instead
313
+ * @deprecated Since 2.9 use {@link #writeTypePrefix(JsonGenerator, WritableTypeId)} instead
314
314
*/
315
315
@ Deprecated // since 2.9
316
316
public void writeCustomTypePrefixForArray (Object value , JsonGenerator g , String typeId ) throws IOException {
317
317
writeTypePrefix (g , typeId (value , JsonToken .START_ARRAY , typeId ));
318
318
}
319
319
320
320
/**
321
- * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId) instead
321
+ * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId)} instead
322
322
*/
323
323
@ Deprecated // since 2.9
324
324
public void writeCustomTypeSuffixForScalar (Object value , JsonGenerator g , String typeId ) throws IOException {
325
325
_writeLegacySuffix (g , typeId (value , JsonToken .VALUE_STRING , typeId ));
326
326
}
327
327
328
328
/**
329
- * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId) instead
329
+ * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId)} instead
330
330
*/
331
331
@ Deprecated // since 2.9
332
332
public void writeCustomTypeSuffixForObject (Object value , JsonGenerator g , String typeId ) throws IOException {
333
333
_writeLegacySuffix (g , typeId (value , JsonToken .START_OBJECT , typeId ));
334
334
}
335
335
336
336
/**
337
- * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId) instead
337
+ * @deprecated Since 2.9 use {@link #writeTypeSuffix(JsonGenerator, WritableTypeId)} instead
338
338
*/
339
339
@ Deprecated // since 2.9
340
340
public void writeCustomTypeSuffixForArray (Object value , JsonGenerator g , String typeId ) throws IOException {
0 commit comments