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, for removal: This API element is subject to removal in a future version.
    no longer used

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

    build, prepare

    Methods inherited from class Object

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

    • InetArgumentFactory

      public InetArgumentFactory()
  • Method Details

    • prePreparedTypes

      @Deprecated(since="3.39.0", forRemoval=true) public Collection<Type> prePreparedTypes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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>