Spring Data Document

org.springframework.data.mongodb.core.convert
Interface TypeMapperProvider

All Known Implementing Classes:
MappingMongoConverter

public interface TypeMapperProvider

Interfaces for components being able to provide a TypeMapper.

Author:
Oliver Gierke

Method Summary
 TypeMapper getTypeMapper()
          Returns the TypeMapper.
 

Method Detail

getTypeMapper

TypeMapper getTypeMapper()
Returns the TypeMapper.

Returns:
the TypeMapper or null if none available.

Spring Data Document

Copyright © 2011. All Rights Reserved.