Uses of Interface
io.r2dbc.postgresql.codec.CodecRegistry
Packages that use CodecRegistry
Package
Description
Encoders and Decoders for the type that the service provider understands.
Extension points for the Postgres driver.
- 
Uses of CodecRegistry in io.r2dbc.postgresql.codec
Classes in io.r2dbc.postgresql.codec that implement CodecRegistryMethods in io.r2dbc.postgresql.codec with parameters of type CodecRegistryModifier and TypeMethodDescriptionBuiltinDynamicCodecs.register(PostgresqlConnection connection, io.netty.buffer.ByteBufAllocator byteBufAllocator, CodecRegistry registry)  - 
Uses of CodecRegistry in io.r2dbc.postgresql.extension
Methods in io.r2dbc.postgresql.extension with parameters of type CodecRegistryModifier and TypeMethodDescriptionCodecRegistrar.register(PostgresqlConnection connection, io.netty.buffer.ByteBufAllocator allocator, CodecRegistry registry) RegisterCodecintoCodecRegistry.