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.
this functionality will remain supported, but this class should not be API
Binds public methods with no parameters on a specified object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ConfigCache<Class<?>,Map<String, Function<Object, TypedValue>>> Deprecated.Fields inherited from class org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
obj -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static MethodbridgeMethodMerge(Method a, Method b) Deprecated.protected NamedArgumentFinderDeprecated.getter(String name, ConfigRegistry config) Deprecated.protected Optional<TypedValue>getValue(String name, StatementContext ctx) Deprecated.private static Map<String,Function<Object, TypedValue>> load(ConfigRegistry config, Class<?> type) Deprecated.toString()Deprecated.Methods inherited from class org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
findMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.argument.NamedArgumentFinder
getNames
-
Field Details
-
NULLARY_METHOD_CACHE
private static final ConfigCache<Class<?>,Map<String, NULLARY_METHOD_CACHEFunction<Object, TypedValue>>> Deprecated.
-
-
Constructor Details
-
ObjectMethodArguments
Deprecated.- Parameters:
prefix- an optional prefix (we insert a '.' as a separator)object- the object to bind functions on
-
-
Method Details
-
load
Deprecated. -
getValue
Deprecated.- Specified by:
getValuein classObjectPropertyNamedArgumentFinder
-
getter
Deprecated. -
getNestedArgumentFinder
Deprecated.- Specified by:
getNestedArgumentFinderin classObjectPropertyNamedArgumentFinder
-
toString
Deprecated. -
bridgeMethodMerge
Deprecated.
-