Class EnumArrayCodecRegistrar
java.lang.Object
org.dotwebstack.framework.backend.postgres.codec.EnumArrayCodecRegistrar
- All Implemented Interfaces:
io.r2dbc.postgresql.extension.CodecRegistrar,io.r2dbc.postgresql.extension.Extension
@Component
public class EnumArrayCodecRegistrar
extends Object
implements io.r2dbc.postgresql.extension.CodecRegistrar
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnumArrayCodecRegistrar
public EnumArrayCodecRegistrar()
-
-
Method Details
-
register
public org.reactivestreams.Publisher<Void> register(io.r2dbc.postgresql.api.PostgresqlConnection connection, io.netty.buffer.ByteBufAllocator allocator, io.r2dbc.postgresql.codec.CodecRegistry registry) - Specified by:
registerin interfaceio.r2dbc.postgresql.extension.CodecRegistrar
-