Package org.jdbi.v3.core.argument
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 Summary
-
Method Summary
Methods inherited from class org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
find
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jdbi.v3.core.argument.NamedArgumentFinder
getNames
-
Constructor Details
-
ObjectMethodArguments
Deprecated.- Parameters:
prefix
- an optional prefix (we insert a '.' as a separator)object
- the object to bind functions on
-
-
Method Details