Uses of Interface
io.r2dbc.postgresql.extension.CodecRegistrar
Packages that use CodecRegistrar
Package
Description
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
Encoders and Decoders for the type that the service provider understands.
-
Uses of CodecRegistrar in io.r2dbc.postgresql
Methods in io.r2dbc.postgresql with parameters of type CodecRegistrarModifier and TypeMethodDescriptionPostgresqlConnectionConfiguration.Builder.codecRegistrar(CodecRegistrar codecRegistrar) Register aCodecRegistrarthat can contribute extensionCodecs. -
Uses of CodecRegistrar in io.r2dbc.postgresql.codec
Classes in io.r2dbc.postgresql.codec that implement CodecRegistrarModifier and TypeClassDescriptionclassCodecRegistrarto register built-in codecs depending on their availability inpg_type.Methods in io.r2dbc.postgresql.codec that return CodecRegistrarModifier and TypeMethodDescriptionEnumCodec.Builder.build()Build aCodecRegistrarto be used withPostgresqlConnectionConfiguration.Builder#codecRegistrar(CodecRegistrar).