Uses of Class
org.springframework.data.mapping.model.CamelCaseSplittingFieldNamingStrategy
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of CamelCaseSplittingFieldNamingStrategy in org.springframework.data.mapping.model
Modifier and TypeClassDescriptionclass
FieldNamingStrategy
that abbreviates field names by using the very first letter of the camel case parts of thePersistentProperty
's name.class
FieldNamingStrategy
that translates typical camel case Java property names to lower case JSON element names, separated by underscores.