Class UrlColumnMapperFactory

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

    public class UrlColumnMapperFactory
    extends java.lang.Object
    implements org.jdbi.v3.core.mapper.ColumnMapperFactory
    • 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

      • UrlColumnMapperFactory

        public UrlColumnMapperFactory()
    • 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