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 0723dfa commit d350e52Copy full SHA for d350e52
avro/src/main/java/com/fasterxml/jackson/dataformat/avro/AvroModule.java
@@ -88,7 +88,7 @@ public void setupModule(SetupContext context) {
88
protected void _addIntrospector(SetupContext context) {
89
if (_intr != null) {
90
// insert (instead of append) to have higher precedence
91
- context.insertAnnotationIntrospector(INTR);
+ context.insertAnnotationIntrospector(_intr);
92
}
93
94
0 commit comments