Uses of Interface
org.jdbi.v3.core.codec.Codec
Packages that use Codec
Package
Description
Google Guice integration.Internal classes for the Guice integration, do not use directly outside Jdbi.
-
Uses of Codec in org.jdbi.v3.core.codec
Fields in org.jdbi.v3.core.codec with type parameters of type CodecModifier and TypeFieldDescriptionprivate final Map<QualifiedType<?>,Codec<?>> CodecFactory.Builder.codecMapprotected final ConcurrentMap<QualifiedType<?>,Codec<?>> CodecFactory.codecMapMap of all known codecs in this factory.private final Function<Map<QualifiedType<?>,Codec<?>>, CodecFactory> CodecFactory.Builder.factoryMethods in org.jdbi.v3.core.codec that return CodecModifier and TypeMethodDescriptionprotected Codec<?>CodecFactory.resolveType(QualifiedType<?> qualifiedType) Extension point for type resolution.Methods in org.jdbi.v3.core.codec with parameters of type CodecModifier and TypeMethodDescriptionAdd a codec for aType.CodecFactory.Builder.addCodec(GenericType<?> type, Codec<?> codec) Add a codec for aGenericType.CodecFactory.Builder.addCodec(QualifiedType<?> type, Codec<?> codec) Add a codec for aQualifiedType.static CodecFactoryCodecFactory.forSingleCodec(QualifiedType<?> type, Codec<?> codec) Constructor parameters in org.jdbi.v3.core.codec with type arguments of type CodecModifierConstructorDescriptionBuilder(Function<Map<QualifiedType<?>, Codec<?>>, CodecFactory> factory) CodecFactory(Map<QualifiedType<?>, Codec<?>> codecMap) Create a new CodecFactory. -
Uses of Codec in org.jdbi.v3.guava.codec
Methods in org.jdbi.v3.guava.codec that return CodecModifier and TypeMethodDescriptionprotected Codec<?>TypeResolvingCodecFactory.resolveType(QualifiedType<?> qualifiedType) Methods in org.jdbi.v3.guava.codec with parameters of type CodecModifier and TypeMethodDescriptionstatic CodecFactoryTypeResolvingCodecFactory.forSingleCodec(QualifiedType<?> type, Codec<?> codec) Constructor parameters in org.jdbi.v3.guava.codec with type arguments of type CodecModifierConstructorDescriptionTypeResolvingCodecFactory(Map<QualifiedType<?>, Codec<?>> codecMap) Create a new TypeResolvingCodecFactory. -
Uses of Codec in org.jdbi.v3.guice
Methods in org.jdbi.v3.guice that return types with arguments of type CodecModifier and TypeMethodDescriptiondefault com.google.inject.binder.LinkedBindingBuilder<Codec<?>>default com.google.inject.binder.LinkedBindingBuilder<Codec<?>>JdbiBinder.bindCodec(GenericType<?> genericType) Creates a new binding for aCodecusing aGenericType.default com.google.inject.binder.LinkedBindingBuilder<Codec<?>>JdbiBinder.bindCodec(QualifiedType<?> qualifiedType) Creates a new binding for aCodecusing aQualifiedType. -
Uses of Codec in org.jdbi.v3.guice.internal
Fields in org.jdbi.v3.guice.internal with type parameters of type CodecModifier and TypeFieldDescriptionprivate final com.google.inject.multibindings.MapBinder<QualifiedType<?>,Codec<?>> InternalJdbiBinder.codecBinderprivate static final com.google.inject.TypeLiteral<Map<QualifiedType<?>,Codec<?>>> InternalGlobalJdbiModule.CODECS_TYPE_LITERALMethods in org.jdbi.v3.guice.internal that return types with arguments of type CodecModifier and TypeMethodDescriptioncom.google.inject.binder.LinkedBindingBuilder<Codec<?>>com.google.inject.binder.LinkedBindingBuilder<Codec<?>>InternalJdbiBinder.bindCodec(GenericType<?> genericType) com.google.inject.binder.LinkedBindingBuilder<Codec<?>>InternalJdbiBinder.bindCodec(QualifiedType<?> qualifiedType) -
Uses of Codec in org.jdbi.v3.postgis
Classes in org.jdbi.v3.postgis that implement Codec