org.ektorp.impl
Class CachingObjectMapperFactory

java.lang.Object
  extended by org.ektorp.impl.CachingObjectMapperFactory
All Implemented Interfaces:
ObjectMapperFactory

public class CachingObjectMapperFactory
extends Object
implements ObjectMapperFactory


Constructor Summary
CachingObjectMapperFactory(ObjectMapperFactory delegate)
           
 
Method Summary
 com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
           
 com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(CouchDbConnector connector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingObjectMapperFactory

public CachingObjectMapperFactory(ObjectMapperFactory delegate)
Method Detail

createObjectMapper

public com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
Specified by:
createObjectMapper in interface ObjectMapperFactory
Returns:

createObjectMapper

public com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(CouchDbConnector connector)
Specified by:
createObjectMapper in interface ObjectMapperFactory
Returns:


Copyright © 2017. All rights reserved.