Class JsonbColumnMapperFactory<T>

  • All Implemented Interfaces:
    org.jdbi.v3.core.mapper.ColumnMapperFactory

    public class JsonbColumnMapperFactory<T>
    extends java.lang.Object
    implements org.jdbi.v3.core.mapper.ColumnMapperFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonbColumnMapperFactory​(java.lang.Class<T> clz, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<org.jdbi.v3.core.mapper.ColumnMapper<?>> build​(java.lang.reflect.Type type, org.jdbi.v3.core.config.ConfigRegistry config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonbColumnMapperFactory

        public JsonbColumnMapperFactory​(java.lang.Class<T> clz,
                                        com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • build

        public java.util.Optional<org.jdbi.v3.core.mapper.ColumnMapper<?>> build​(java.lang.reflect.Type type,
                                                                                 org.jdbi.v3.core.config.ConfigRegistry config)
        Specified by:
        build in interface org.jdbi.v3.core.mapper.ColumnMapperFactory