Package org.jdbi.v3.sqlobject
Class SqlObjectFactory
- java.lang.Object
-
- org.jdbi.v3.sqlobject.AbstractSqlObjectFactory
-
- org.jdbi.v3.sqlobject.SqlObjectFactory
-
- All Implemented Interfaces:
ExtensionFactory
public final class SqlObjectFactory extends AbstractSqlObjectFactory
Creates implementations for SqlObject interfaces.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jdbi.v3.core.extension.ExtensionFactory
ExtensionFactory.FactoryFlag
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXTENSION_ID
-
Constructor Summary
Constructors Constructor Description SqlObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(java.lang.Class<?> extensionType)Returns true if the factory can process the given extension type.-
Methods inherited from class org.jdbi.v3.sqlobject.AbstractSqlObjectFactory
buildExtensionMetadata, getConfigCustomizerFactories, getExtensionHandlerCustomizers, getExtensionHandlerFactories, isConcrete
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.extension.ExtensionFactory
attach, getFactoryFlags
-
-
-
-
Field Detail
-
EXTENSION_ID
public static final java.lang.String EXTENSION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
accepts
public boolean accepts(java.lang.Class<?> extensionType)
Description copied from interface:ExtensionFactoryReturns true if the factory can process the given extension type.- Parameters:
extensionType- the extension type- Returns:
- whether the factory can produce an extension of the given type
-
-