Uses of Interface
io.r2dbc.postgresql.codec.CodecConfiguration
Packages that use CodecConfiguration
Package
Description
Encoders and Decoders for the type that the service provider understands.
- 
Uses of CodecConfiguration in io.r2dbc.postgresql.codec
Constructors in io.r2dbc.postgresql.codec with parameters of type CodecConfigurationModifierConstructorDescriptionDefaultCodecs(io.netty.buffer.ByteBufAllocator byteBufAllocator, boolean preferAttachedBuffers, CodecConfiguration configuration) Create a new instance ofDefaultCodecs.