Uses of Class
org.jdbi.v3.core.codec.CodecFactory
-
Packages that use CodecFactory Package Description org.jdbi.v3.core.codec org.jdbi.v3.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.guava.codec org.jdbi.v3.guice.internal Internal classes for the Guice integration, do not use directly outside Jdbi. -
-
Uses of CodecFactory in org.jdbi.v3.core.codec
Fields in org.jdbi.v3.core.codec with type parameters of type CodecFactory Modifier and Type Field Description private java.util.function.Function<java.util.Map<QualifiedType<?>,Codec<?>>,CodecFactory>CodecFactory.Builder. factoryMethods in org.jdbi.v3.core.codec that return CodecFactory Modifier and Type Method Description CodecFactoryCodecFactory.Builder. build()static CodecFactoryCodecFactory. forSingleCodec(QualifiedType<?> type, Codec<?> codec)Constructor parameters in org.jdbi.v3.core.codec with type arguments of type CodecFactory Constructor Description Builder(java.util.function.Function<java.util.Map<QualifiedType<?>,Codec<?>>,CodecFactory> factory) -
Uses of CodecFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type CodecFactory Modifier and Type Method Description default ThisConfigurable. registerCodecFactory(CodecFactory codecFactory)Convenience method to register aCodecFactory. -
Uses of CodecFactory in org.jdbi.v3.guava.codec
Subclasses of CodecFactory in org.jdbi.v3.guava.codec Modifier and Type Class Description classTypeResolvingCodecFactoryAn extendedCodecFactorywhich can resolve Codecs for subtypes.Methods in org.jdbi.v3.guava.codec that return CodecFactory Modifier and Type Method Description static CodecFactoryTypeResolvingCodecFactory. forSingleCodec(QualifiedType<?> type, Codec<?> codec) -
Uses of CodecFactory in org.jdbi.v3.guice.internal
Fields in org.jdbi.v3.guice.internal declared as CodecFactory Modifier and Type Field Description private CodecFactoryInternalGuiceJdbiCustomizer. codecFactory
-