We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e3130 commit 9c51b81Copy full SHA for 9c51b81
src/main/java/com/fasterxml/jackson/databind/introspect/POJOPropertyBuilder.java
@@ -933,14 +933,11 @@ public void removeIgnored()
933
_ctorParameters = _removeIgnored(_ctorParameters);
934
}
935
936
- @Deprecated // since 2.12
937
- public JsonProperty.Access removeNonVisible(boolean inferMutators) {
938
- return removeNonVisible(inferMutators, null);
939
- }
940
-
941
/**
942
* @param inferMutators Whether mutators can be "pulled in" by visible
943
* accessors or not.
+ * @param parent (nullable) Collector to add name ignorals to, if that is
+ * desired.
944
*
945
* @since 2.12 (earlier had different signature)
946
*/
0 commit comments