org.springframework.data.couchbase.core.mapping
Class SnakeCaseFieldNamingStrategy
java.lang.Object
org.springframework.data.couchbase.core.mapping.CamelCaseSplittingFieldNamingStrategy
org.springframework.data.couchbase.core.mapping.SnakeCaseFieldNamingStrategy
- All Implemented Interfaces:
- FieldNamingStrategy
public class SnakeCaseFieldNamingStrategy
- extends CamelCaseSplittingFieldNamingStrategy
FieldNamingStrategy that translates typical camel case Java property names to lower case JSON element names,
separated by underscores.
- Since:
- 1.1
- Author:
- Ryan Tenney, Michael Nitschinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnakeCaseFieldNamingStrategy
public SnakeCaseFieldNamingStrategy()
- Creates a new
SnakeCaseFieldNamingStrategy.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.