Uses of Interface
org.springframework.data.mapping.model.FieldNamingStrategy
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of FieldNamingStrategy 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
ConfigurableFieldNamingStrategy
that splits up camel-case property names and reconcatenates them using a configured delimiter.enum
FieldNamingStrategy
simply using thePersistentProperty
's name.class
FieldNamingStrategy
that translates typical camel case Java property names to lower case JSON element names, separated by underscores.