public class CamelCaseAbbreviatingFieldNamingStrategy extends CamelCaseSplittingFieldNamingStrategy
FieldNamingStrategy that abbreviates field names by using the very first letter of the camel case parts of
the MongoPersistentProperty's name.| Constructor and Description |
|---|
CamelCaseAbbreviatingFieldNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
preparePart(String part)
Callback to prepare the uncapitalized part obtained from the split up of the camel case source.
|
getFieldNamepublic CamelCaseAbbreviatingFieldNamingStrategy()
protected String preparePart(String part)
CamelCaseSplittingFieldNamingStrategypreparePart in class CamelCaseSplittingFieldNamingStrategyCopyright © 2021. All rights reserved.