Class PojoPropertyArguments
java.lang.Object
org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
org.jdbi.v3.core.argument.internal.PojoPropertyArguments
- All Implemented Interfaces:
 NamedArgumentFinder
This class hosts the logic from BeanPropertyArguments.
 When we can remove that class from public API, this class will easily replace it.
- 
Constructor Summary
ConstructorsConstructorDescriptionPojoPropertyArguments(String prefix, Object obj, Type type, ConfigRegistry config)  - 
Method Summary
Methods inherited from class org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
find 
- 
Constructor Details
- 
PojoPropertyArguments
 
 - 
 - 
Method Details
- 
getNames
Description copied from interface:NamedArgumentFinderReturns the names this named argument finder can find. Returns an empty collection otherwise.- Returns:
 - the names this named argument finder can find. Returns an empty collection otherwise.
 
 - 
toString
 
 -