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 c5b808b + 5a3c89e commit 2366fd6Copy full SHA for 2366fd6
src/main/java/com/fasterxml/jackson/databind/MapperFeature.java
@@ -64,7 +64,7 @@ public enum MapperFeature implements ConfigFeature
64
AUTO_DETECT_FIELDS(true),
65
66
/**
67
- * Feature that determines whether regualr "getter" methods are
+ * Feature that determines whether regular "getter" methods are
68
* automatically detected based on standard Bean naming convention
69
* or not. If yes, then all public zero-argument methods that
70
* start with prefix "get"
@@ -353,4 +353,4 @@ private MapperFeature(boolean defaultState) {
353
* @since 2.5
354
*/
355
public boolean enabledIn(int flags) { return (flags & _mask) != 0; }
356
-}
+}
0 commit comments