org.springframework.data.couchbase.core.convert
Class DefaultCouchbaseTypeMapper
java.lang.Object
org.springframework.data.convert.DefaultTypeMapper<CouchbaseDocument>
org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
- All Implemented Interfaces:
- TypeMapper<CouchbaseDocument>, CouchbaseTypeMapper
public class DefaultCouchbaseTypeMapper
- extends DefaultTypeMapper<CouchbaseDocument>
- implements CouchbaseTypeMapper
The Couchbase Type Mapper.
- Author:
- Michael Nitschinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TYPE_KEY
public static final String DEFAULT_TYPE_KEY
- The type key to use if a complex type was identified.
- See Also:
- Constant Field Values
DefaultCouchbaseTypeMapper
public DefaultCouchbaseTypeMapper(String typeKey)
- Create a new type mapper with the type key.
- Parameters:
typeKey - the typeKey to use.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.