Uses of Interface
org.ektorp.impl.ObjectMapperFactory

Packages that use ObjectMapperFactory
org.ektorp   
org.ektorp.impl   
 

Uses of ObjectMapperFactory in org.ektorp
 

Methods in org.ektorp with parameters of type ObjectMapperFactory
static void ViewQuery.setDefaultObjectMapperFactory(ObjectMapperFactory objectMapperFactory)
           
 

Uses of ObjectMapperFactory in org.ektorp.impl
 

Classes in org.ektorp.impl that implement ObjectMapperFactory
 class CachingObjectMapperFactory
           
 class StdObjectMapperFactory
           
 

Methods in org.ektorp.impl that return ObjectMapperFactory
 ObjectMapperFactory StdCouchDbInstance.getObjectMapperFactory()
           
 

Constructors in org.ektorp.impl with parameters of type ObjectMapperFactory
CachingObjectMapperFactory(ObjectMapperFactory delegate)
           
StdCouchDbConnector(String databaseName, CouchDbInstance dbi, ObjectMapperFactory om)
           
StdCouchDbInstance(HttpClient client, ObjectMapperFactory of)
           
StreamedCouchDbConnector(String databaseName, CouchDbInstance dbi, ObjectMapperFactory om)
           
 



Copyright © 2017. All rights reserved.