Class PojoPropertyArguments

java.lang.Object
org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
org.jdbi.v3.core.argument.internal.PojoPropertyArguments
All Implemented Interfaces:
NamedArgumentFinder
Direct Known Subclasses:
BeanPropertyArguments

public class PojoPropertyArguments extends ObjectPropertyNamedArgumentFinder
This class hosts the logic from BeanPropertyArguments. When we can remove that class from public API, this class will easily replace it.