Package org.jdbi.v3.sqlobject
Class SqlObjectFactory
java.lang.Object
org.jdbi.v3.sqlobject.SqlObjectFactory
- All Implemented Interfaces:
org.jdbi.v3.core.extension.ExtensionFactory
Creates implementations for SqlObject interfaces.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.extension.ExtensionFactory
org.jdbi.v3.core.extension.ExtensionFactory.FactoryFlag -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidbuildExtensionMetadata(org.jdbi.v3.core.extension.ExtensionMetadata.Builder builder) Collection<org.jdbi.v3.core.extension.ConfigCustomizerFactory> getConfigCustomizerFactories(org.jdbi.v3.core.config.ConfigRegistry config) Collection<org.jdbi.v3.core.extension.ExtensionHandlerCustomizer> getExtensionHandlerCustomizers(org.jdbi.v3.core.config.ConfigRegistry config) Collection<org.jdbi.v3.core.extension.ExtensionHandlerFactory> getExtensionHandlerFactories(org.jdbi.v3.core.config.ConfigRegistry config) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.extension.ExtensionFactory
attach, getFactoryFlags
-
Field Details
-
EXTENSION_ID
- See Also:
-
-
Method Details
-
accepts
-
buildExtensionMetadata
public void buildExtensionMetadata(org.jdbi.v3.core.extension.ExtensionMetadata.Builder builder) - Specified by:
buildExtensionMetadatain interfaceorg.jdbi.v3.core.extension.ExtensionFactory
-
getExtensionHandlerCustomizers
public Collection<org.jdbi.v3.core.extension.ExtensionHandlerCustomizer> getExtensionHandlerCustomizers(org.jdbi.v3.core.config.ConfigRegistry config) - Specified by:
getExtensionHandlerCustomizersin interfaceorg.jdbi.v3.core.extension.ExtensionFactory
-
getExtensionHandlerFactories
public Collection<org.jdbi.v3.core.extension.ExtensionHandlerFactory> getExtensionHandlerFactories(org.jdbi.v3.core.config.ConfigRegistry config) - Specified by:
getExtensionHandlerFactoriesin interfaceorg.jdbi.v3.core.extension.ExtensionFactory
-
getConfigCustomizerFactories
public Collection<org.jdbi.v3.core.extension.ConfigCustomizerFactory> getConfigCustomizerFactories(org.jdbi.v3.core.config.ConfigRegistry config) - Specified by:
getConfigCustomizerFactoriesin interfaceorg.jdbi.v3.core.extension.ExtensionFactory
-