We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@JsonTypeInfo
1 parent bc55418 commit c4dec4bCopy full SHA for c4dec4b
src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
@@ -305,16 +305,6 @@ public enum As {
305
*/
306
public boolean visible() default false;
307
308
- // 19-Dec-2014, tatu: Was hoping to implement for 2.5, but didn't quite make it.
309
- // Hope for better luck in future
310
- /*
311
- * Property that defines whether type serializer is allowed to omit writing
312
- * of type id, in case that value written has type same as {@link #defaultImpl()}.
313
- * If true, omission is allowed (although writer may or may not be able to do that);
314
- * if false, type id should always be written still.
315
- */
316
- // public boolean skipWritingDefault() default false;
317
-
318
/*
319
/**********************************************************
320
/* Helper classes
0 commit comments