Package org.jdbi.v3.guice.internal
Class InternalGlobalJdbiModule
java.lang.Object
com.google.inject.PrivateModule
org.jdbi.v3.guice.internal.InternalGlobalJdbiModule
- All Implemented Interfaces:
com.google.inject.Module
public final class InternalGlobalJdbiModule
extends com.google.inject.PrivateModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Class<? extends Annotation>private static final com.google.inject.TypeLiteral<Map<QualifiedType<?>,Codec<?>>> private static final com.google.inject.TypeLiteral<Set<ColumnMapper<?>>>private static final com.google.inject.TypeLiteral<Set<GuiceJdbiCustomizer>>private static final com.google.inject.TypeLiteral<Set<JdbiPlugin>>private static final com.google.inject.TypeLiteral<Map<QualifiedType<?>,ColumnMapper<?>>> private static final ConcurrentHashMap<Class<? extends Annotation>,InternalGlobalJdbiModule> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInternalGlobalJdbiModule(Class<? extends Annotation> annotation) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanstatic InternalGlobalJdbiModuleforAnnotation(Class<? extends Annotation> annotation) inthashCode()Methods inherited from class com.google.inject.PrivateModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Field Details
-
ROW_MAPPER_TYPE_LITERAL
-
QUALIFIED_ROW_MAPPER_TYPE_LITERAL
-
COLUMN_MAPPER_TYPE_LITERAL
-
QUALIFIED_COLUMN_MAPPER_TYPE_LITERAL
private static final com.google.inject.TypeLiteral<Map<QualifiedType<?>,ColumnMapper<?>>> QUALIFIED_COLUMN_MAPPER_TYPE_LITERAL -
CUSTOMIZER_TYPE_LITERAL
private static final com.google.inject.TypeLiteral<Set<GuiceJdbiCustomizer>> CUSTOMIZER_TYPE_LITERAL -
ARRAY_TYPES_TYPE_LITERAL
-
PLUGINS_TYPE_LITERAL
-
CODECS_TYPE_LITERAL
private static final com.google.inject.TypeLiteral<Map<QualifiedType<?>,Codec<?>>> CODECS_TYPE_LITERAL -
REGISTRY
private static final ConcurrentHashMap<Class<? extends Annotation>,InternalGlobalJdbiModule> REGISTRY -
annotation
-
-
Constructor Details
-
InternalGlobalJdbiModule
-
-
Method Details