Class ObjectMethodArguments

java.lang.Object
org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
org.jdbi.v3.core.argument.ObjectMethodArguments
All Implemented Interfaces:
NamedArgumentFinder

@Deprecated public class ObjectMethodArguments extends org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
Deprecated.
this functionality will remain supported, but this class should not be API
Binds public methods with no parameters on a specified object.
  • Constructor Details

    • ObjectMethodArguments

      public ObjectMethodArguments(String prefix, Object object)
      Deprecated.
      Parameters:
      prefix - an optional prefix (we insert a '.' as a separator)
      object - the object to bind functions on
  • Method Details