Package net.solarnetwork.service
Interface ObjectMapperService
- All Known Implementing Classes:
ObjectMapperFactoryBean,ObjectMapperModuleContributor,ObjectMapperModuleSupport,SimpleObjectMapperService
public interface ObjectMapperService
API for exposing
ObjectMapper as a service.- Version:
- 1.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperGet theObjectMapperinstance.
-
Method Details
-
getObjectMapper
com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()Get theObjectMapperinstance.- Returns:
- the mapper
-