Interface ExtensionFactory

All Known Implementing Classes:
GeneratorSqlObjectFactory, SqlObjectFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ExtensionFactory
Factory interface used to produce Jdbi extension objects. A factory can provide additional pieces of information by overriding the various default methods.