public static class MongoJackObjectMapperProvider.PreserveLeadingUnderscoreStrategy
extends com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy
Apparently no one in the world tried to use a different naming strategy with MongoJack. (one of my many useless talents is finding corner cases).
com.fasterxml.jackson.databind.PropertyNamingStrategy.KebabCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.PascalCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase, com.fasterxml.jackson.databind.PropertyNamingStrategy.SnakeCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy| Constructor and Description |
|---|
PreserveLeadingUnderscoreStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
translate(String input) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.