Class GeometryCodecRegistrar

java.lang.Object
org.dotwebstack.framework.backend.postgres.codec.GeometryCodecRegistrar
All Implemented Interfaces:
io.r2dbc.postgresql.extension.CodecRegistrar, io.r2dbc.postgresql.extension.Extension

@Component public class GeometryCodecRegistrar extends Object implements io.r2dbc.postgresql.extension.CodecRegistrar
  • Constructor Details

    • GeometryCodecRegistrar

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