com.vladmihalcea.hibernate.type.util
Interface ObjectMapperSupplier


public interface ObjectMapperSupplier

Supplies a custom reference of a Jackson ObjectMapper

Since:
2.1.0
Author:
Vlad Mihalcea

Method Summary
 com.fasterxml.jackson.databind.ObjectMapper get()
          Get custom ObjectMapper reference
 

Method Detail

get

com.fasterxml.jackson.databind.ObjectMapper get()
Get custom ObjectMapper reference

Returns:
custom ObjectMapper reference


Copyright © 2021. All rights reserved.