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 d7cab65 + 9c51b81 commit 0eb46a6Copy full SHA for 0eb46a6
src/main/java/tools/jackson/databind/introspect/POJOPropertyBuilder.java
@@ -930,14 +930,11 @@ public void removeIgnored()
930
_ctorParameters = _removeIgnored(_ctorParameters);
931
}
932
933
- @Deprecated // since 2.12
934
- public JsonProperty.Access removeNonVisible(boolean inferMutators) {
935
- return removeNonVisible(inferMutators, null);
936
- }
937
-
938
/**
939
* @param inferMutators Whether mutators can be "pulled in" by visible
940
* accessors or not.
+ * @param parent (nullable) Collector to add name ignorals to, if that is
+ * desired.
941
*
942
* @since 2.12 (earlier had different signature)
943
*/
0 commit comments