File tree 1 file changed +0
-30
lines changed
src/main/java/com/fasterxml/jackson/databind
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -422,34 +422,4 @@ public String translate(String input){
422
422
return translateLowerCaseWithSeparator (input , '.' );
423
423
}
424
424
}
425
-
426
- /*
427
- /**********************************************************
428
- /* Deprecated variants, aliases
429
- /**********************************************************
430
- */
431
-
432
- /**
433
- * @deprecated Since 2.7 use {@link PropertyNamingStrategies#SNAKE_CASE} instead.
434
- */
435
- @ Deprecated // since 2.7
436
- public static final PropertyNamingStrategy CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES = SNAKE_CASE ;
437
-
438
- /**
439
- * @deprecated Since 2.7 use {@link PropertyNamingStrategies#UPPER_CAMEL_CASE} instead;
440
- */
441
- @ Deprecated // since 2.7
442
- public static final PropertyNamingStrategy PASCAL_CASE_TO_CAMEL_CASE = UPPER_CAMEL_CASE ;
443
-
444
- /**
445
- * @deprecated In 2.7 use {@link PropertyNamingStrategies.SnakeCaseStrategy} instead
446
- */
447
- @ Deprecated // since 2.7
448
- public static class LowerCaseWithUnderscoresStrategy extends SnakeCaseStrategy {}
449
-
450
- /**
451
- * @deprecated In 2.7 use {@link PropertyNamingStrategies.UpperCamelCaseStrategy} instead
452
- */
453
- @ Deprecated // since 2.7
454
- public static class PascalCaseStrategy extends UpperCamelCaseStrategy { }
455
425
}
You can’t perform that action at this time.
0 commit comments