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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinderfindMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.argument.NamedArgumentFindergetNames
- 
Constructor Details- 
ObjectMethodArgumentsDeprecated.- Parameters:
- prefix- an optional prefix (we insert a '.' as a separator)
- object- the object to bind functions on
 
 
- 
- 
Method Details