org.ektorp.impl
Interface ObjectMapperFactory

All Known Implementing Classes:
CachingObjectMapperFactory, StdObjectMapperFactory

public interface ObjectMapperFactory

Author:
henrik lundgren

Method Summary
 com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
           
 com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(CouchDbConnector connector)
           
 

Method Detail

createObjectMapper

com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
Returns:

createObjectMapper

com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(CouchDbConnector connector)
Parameters:
connector -
Returns:
Throws:
JsonMappingException


Copyright © 2017. All rights reserved.