Class PojoPropertyArguments

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

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.
  • Constructor Details

  • Method Details

    • getNames

      public Collection<String> getNames()
      Description copied from interface: NamedArgumentFinder
      Returns 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

      public String toString()
      Overrides:
      toString in class Object