Spring Data Document

Uses of Class
org.springframework.data.mongodb.core.convert.CustomConversions

Packages that use CustomConversions
org.springframework.data.mongodb.core.convert   
 

Uses of CustomConversions in org.springframework.data.mongodb.core.convert
 

Fields in org.springframework.data.mongodb.core.convert declared as CustomConversions
protected  CustomConversions AbstractMongoConverter.conversions
           
 

Methods in org.springframework.data.mongodb.core.convert with parameters of type CustomConversions
 void AbstractMongoConverter.setCustomConversions(CustomConversions conversions)
          Registers the given custom conversions with the converter.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.