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 74260b5 + 4883d16 commit 30b3edcCopy full SHA for 30b3edc
src/main/java/com/fasterxml/jackson/databind/PropertyNamingStrategy.java
@@ -422,7 +422,7 @@ public String translate(String input)
422
public static class LowerCaseWithUnderscoresStrategy extends SnakeCaseStrategy {}
423
424
/**
425
- * @deprecated In 2.7 use {@link SnakeCaseStrategy} instead
+ * @deprecated In 2.7 use {@link UpperCamelCaseStrategy} instead
426
*/
427
@Deprecated
428
public static class PascalCaseStrategy extends UpperCamelCaseStrategy {}
0 commit comments