Class InetArgumentFactory

java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<InetAddress>
org.jdbi.v3.postgres.InetArgumentFactory
All Implemented Interfaces:
org.jdbi.v3.core.argument.ArgumentFactory, org.jdbi.v3.core.argument.ArgumentFactory.Preparable

public class InetArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<InetAddress>
Postgres version of argument factory for InetAddress.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory

    org.jdbi.v3.core.argument.ArgumentFactory.Preparable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    no longer used

    Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory

    build, prepare

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InetArgumentFactory

      public InetArgumentFactory()
  • Method Details

    • prePreparedTypes

      @Deprecated public Collection<Type> prePreparedTypes()
      Deprecated.
      no longer used
      Specified by:
      prePreparedTypes in interface org.jdbi.v3.core.argument.ArgumentFactory.Preparable
      Overrides:
      prePreparedTypes in class org.jdbi.v3.core.argument.AbstractArgumentFactory<InetAddress>