Class SpatialCodecRegistrar

  • All Implemented Interfaces:
    io.r2dbc.postgresql.extension.CodecRegistrar, io.r2dbc.postgresql.extension.Extension

    @Component
    public class SpatialCodecRegistrar
    extends Object
    implements io.r2dbc.postgresql.extension.CodecRegistrar
    • Constructor Detail

      • SpatialCodecRegistrar

        public SpatialCodecRegistrar()
    • Method Detail

      • 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:
        register in interface io.r2dbc.postgresql.extension.CodecRegistrar