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 f289ef5 commit d591aa0Copy full SHA for d591aa0
subprojects/json-lib-core/src/main/java/org/kordamp/json/JsonConfig.java
@@ -733,7 +733,7 @@ public void setJsonPropertyFilter(PropertyFilter jsonPropertyFilter) {
733
* [Java -> JSON]
734
*/
735
public PropertyNameProcessorMatcher getJsonPropertyNameProcessorMatcher() {
736
- return javaPropertyNameProcessorMatcher;
+ return jsonPropertyNameProcessorMatcher;
737
}
738
739
/**
0 commit comments