Package | Description |
---|---|
org.springframework.data.mongodb.core.mapping |
Infrastructure for the MongoDB document-to-object mapping subsystem.
|
Modifier and Type | Class and Description |
---|---|
class |
CamelCaseAbbreviatingFieldNamingStrategy
FieldNamingStrategy that abbreviates field names by using the very first letter of the camel case parts of
the MongoPersistentProperty 's name. |
class |
SnakeCaseFieldNamingStrategy
FieldNamingStrategy that translates typical camel case Java property names to lower case JSON element names,
separated by underscores. |
Copyright © 2015. All rights reserved.