Uses of Interface
org.jdbi.v3.core.codec.Codec
-
Packages that use Codec Package Description org.jdbi.v3.core.codec org.jdbi.v3.guava.codec org.jdbi.v3.guice Google Guiceintegration.org.jdbi.v3.guice.internal Internal classes for the Guice integration, do not use directly outside Jdbi.org.jdbi.v3.postgis -
-
Uses of Codec in org.jdbi.v3.core.codec
Fields in org.jdbi.v3.core.codec with type parameters of type Codec Modifier and Type Field Description private java.util.Map<QualifiedType<?>,Codec<?>>CodecFactory.Builder. codecMapprotected java.util.concurrent.ConcurrentMap<QualifiedType<?>,Codec<?>>CodecFactory. codecMapMap of all known codecs in this factory.private java.util.function.Function<java.util.Map<QualifiedType<?>,Codec<?>>,CodecFactory>CodecFactory.Builder. factoryMethods in org.jdbi.v3.core.codec that return Codec Modifier and Type Method Description protected Codec<?>CodecFactory. resolveType(QualifiedType<?> qualifiedType)Extension point for type resolution.Methods in org.jdbi.v3.core.codec with parameters of type Codec Modifier and Type Method Description CodecFactory.BuilderCodecFactory.Builder. addCodec(java.lang.reflect.Type type, Codec<?> codec)Add a codec for aType.CodecFactory.BuilderCodecFactory.Builder. addCodec(GenericType<?> type, Codec<?> codec)Add a codec for aGenericType.CodecFactory.BuilderCodecFactory.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 Codec Constructor Description Builder(java.util.function.Function<java.util.Map<QualifiedType<?>,Codec<?>>,CodecFactory> factory)CodecFactory(java.util.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 Codec Modifier and Type Method Description protected Codec<?>TypeResolvingCodecFactory. resolveType(QualifiedType<?> qualifiedType)Methods in org.jdbi.v3.guava.codec with parameters of type Codec Modifier and Type Method Description static CodecFactoryTypeResolvingCodecFactory. forSingleCodec(QualifiedType<?> type, Codec<?> codec)Constructor parameters in org.jdbi.v3.guava.codec with type arguments of type Codec Constructor Description TypeResolvingCodecFactory(java.util.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 Codec Modifier and Type Method Description default com.google.inject.binder.LinkedBindingBuilder<Codec<?>>JdbiBinder. bindCodec(java.lang.reflect.Type type)Creates a new binding for aCodecusing aType.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 Codec Modifier and Type Field Description private com.google.inject.multibindings.MapBinder<QualifiedType<?>,Codec<?>>InternalJdbiBinder. codecBinderprivate static com.google.inject.TypeLiteral<java.util.Map<QualifiedType<?>,Codec<?>>>InternalGlobalJdbiModule. CODECS_TYPE_LITERALMethods in org.jdbi.v3.guice.internal that return types with arguments of type Codec Modifier and Type Method Description com.google.inject.binder.LinkedBindingBuilder<Codec<?>>InternalJdbiBinder. bindCodec(java.lang.reflect.Type type)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 Modifier and Type Class Description (package private) classPostgisCodec
-