Uses of Interface
org.jdbi.v3.core.codec.Codec
Packages that use Codec
Package
Description
Google Guice
integration.-
Uses of Codec in org.jdbi.v3.core.codec
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 CodecFactory
CodecFactory.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 with parameters of type CodecModifier and TypeMethodDescriptionstatic CodecFactory
TypeResolvingCodecFactory.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 LinkedBindingBuilder<Codec<?>>
default LinkedBindingBuilder<Codec<?>>
JdbiBinder.bindCodec
(GenericType<?> genericType) Creates a new binding for aCodec
using aGenericType
.default LinkedBindingBuilder<Codec<?>>
JdbiBinder.bindCodec
(QualifiedType<?> qualifiedType) Creates a new binding for aCodec
using aQualifiedType
.