Class UrlArgumentFactory

  • All Implemented Interfaces:
    org.jdbi.v3.core.argument.ArgumentFactory

    public class UrlArgumentFactory
    extends org.jdbi.v3.core.argument.AbstractArgumentFactory<java.net.URL>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jdbi.v3.core.argument.Argument build​(java.net.URL value, org.jdbi.v3.core.config.ConfigRegistry config)  
      • Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory

        build
      • Methods inherited from class java.lang.Object

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

      • UrlArgumentFactory

        public UrlArgumentFactory()
    • Method Detail

      • build

        protected org.jdbi.v3.core.argument.Argument build​(java.net.URL value,
                                                           org.jdbi.v3.core.config.ConfigRegistry config)
        Specified by:
        build in class org.jdbi.v3.core.argument.AbstractArgumentFactory<java.net.URL>