Package | Description |
---|---|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
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 PersistentProperty 's name. |
class |
CamelCaseSplittingFieldNamingStrategy
Configurable
FieldNamingStrategy that splits up camel-case property names and reconcatenates them using a
configured delimiter. |
class |
PropertyNameFieldNamingStrategy
FieldNamingStrategy simply using the PersistentProperty 's name. |
class |
SnakeCaseFieldNamingStrategy
FieldNamingStrategy that translates typical camel case Java property names to lower case JSON element names,
separated by underscores. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.