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 74260b5 commit 4883d16Copy full SHA for 4883d16
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