Spring Data Document

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

All Known Subinterfaces:
MongoTypeMapper
All Known Implementing Classes:
DefaultMongoTypeMapper, MappingMongoConverter

public interface TypeKeyAware

Interfaces for components being able to provide a TypeMapper.

Author:
Oliver Gierke

Method Summary
 boolean isTypeKey(String key)
          Returns the TypeMapper.
 

Method Detail

isTypeKey

boolean isTypeKey(String key)
Returns the TypeMapper.

Returns:
the TypeMapper or null if none available.

Spring Data Document

Copyright © 2011. All Rights Reserved.