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.
2 parents 0723dfa + d350e52 commit 172ee27Copy full SHA for 172ee27
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