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.codecMethods 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.codecMethods 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.guiceMethods 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 aCodecusing aGenericType.default LinkedBindingBuilder<Codec<?>> JdbiBinder.bindCodec(QualifiedType<?> qualifiedType) Creates a new binding for aCodecusing aQualifiedType.