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.
1 parent 525dc30 commit 3244175Copy full SHA for 3244175
avro/src/main/java/com/fasterxml/jackson/dataformat/avro/schema/VisitorFormatWrapperImpl.java
@@ -46,7 +46,7 @@ public class VisitorFormatWrapperImpl
46
/**
47
* @since 2.18
48
*/
49
- protected boolean _writeEnumAsString = false;
+ protected boolean _writeEnumAsString = DEFAULT_ENUM_AS_STRING;
50
51
52
* Visitor used for resolving actual Schema, if structured type
0 commit comments