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 a5b530e commit f315f1bCopy full SHA for f315f1b
src/main/java/com/fasterxml/jackson/databind/deser/impl/BeanPropertyMap.java
@@ -305,7 +305,7 @@ public BeanPropertyMap initMatcher(TokenStreamFactory tsf)
305
}
306
// `true` -> yes, they are intern()ed alright
307
if (_caseInsensitive) {
308
- _fieldMatcher = tsf.constructCIFieldNameMatcher(names, true);
+ _fieldMatcher = tsf.constructCIFieldNameMatcher(names, true, _locale);
309
} else {
310
_fieldMatcher = tsf.constructFieldNameMatcher(names, true);
311
0 commit comments